Skip to content

Instantly share code, notes, and snippets.

@ganeshjaiwal
Created September 3, 2020 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ganeshjaiwal/dafe566080640153cb750875f83a4178 to your computer and use it in GitHub Desktop.
Save ganeshjaiwal/dafe566080640153cb750875f83a4178 to your computer and use it in GitHub Desktop.
Background page
/* Create background.js and add this code into it */
chrome.runtime.onInstalled.addListener((details) => {
 console.log('previousVersion', details.previousVersion)
});
console.log('Event Page for Page Action');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment