Skip to content

Instantly share code, notes, and snippets.

@msfrisbie
Last active January 7, 2023 22:22
Show Gist options
  • Save msfrisbie/e649eda9508aa5ffde9c01a99276ab98 to your computer and use it in GitHub Desktop.
Save msfrisbie/e649eda9508aa5ffde9c01a99276ab98 to your computer and use it in GitHub Desktop.
3. A post-install action
chrome.runtime.onInstalled.addListener((details) => {
if (details.reason === chrome.runtime.OnInstalledReason.INSTALL) {
chrome.runtime.openOptionsPage();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment