Skip to content

Instantly share code, notes, and snippets.

@karenying
Created July 8, 2020 00:07
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 karenying/575e0248a881cffdbdf9b42cd2c0af8b to your computer and use it in GitHub Desktop.
Save karenying/575e0248a881cffdbdf9b42cd2c0af8b to your computer and use it in GitHub Desktop.
"content_scripts": [
{
"matches": ["https://calendar.google.com/*"],
"js": ["js/contentScript.js"]
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment