Skip to content

Instantly share code, notes, and snippets.

@jookyboi
Created July 29, 2013 23:31
Show Gist options
  • Save jookyboi/6108818 to your computer and use it in GitHub Desktop.
Save jookyboi/6108818 to your computer and use it in GitHub Desktop.
{
"name": "My extension",
...
"content_scripts": [
{
"matches": ["http://www.google.com/*"],
"css": ["mystyles.css"],
"js": ["jquery.js", "myscript.js"]
}
],
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment