We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever you update your browser (or extension) it forgets settings. This happens, because onInstalledevent fired on each browser or extension update.
onInstalled
Here docs: https://developer.chrome.com/extensions/runtime#event-onInstalled
Fired when the extension is first installed, when the extension is updated to a new version, and when Chrome is updated to a new version.
The text was updated successfully, but these errors were encountered:
Fixes vitvad#36
7117e8d
Fix resetting settings to default when you upgrade your browser.
No branches or pull requests
Whenever you update your browser (or extension) it forgets settings.
This happens, because
onInstalled
event fired on each browser or extension update.Here docs: https://developer.chrome.com/extensions/runtime#event-onInstalled
The text was updated successfully, but these errors were encountered: