Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When the extension is installed, give a short walk-through #528

Open
ggrossetie opened this issue May 29, 2021 · 0 comments
Open

When the extension is installed, give a short walk-through #528

ggrossetie opened this issue May 29, 2021 · 0 comments

Comments

@ggrossetie
Copy link
Member

It would be great if we could give a short walk-through of the extension to help users get started.
I think we should put emphasis on how to enable this extension on local files and provide a few use cases to spark interest.

We can use the runtime.onInstalled event listener to start the walk-through: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onInstalled

We will need to check the value of OnInstalledReason as we don't ant to show the walkthrough when the extension or the browser is updated: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/OnInstalledReason

An original idea from @marieflorescontact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant