Skip to content

Instantly share code, notes, and snippets.

@temp01
Created January 30, 2011 13:23
Show Gist options
  • Save temp01/802856 to your computer and use it in GitHub Desktop.
Save temp01/802856 to your computer and use it in GitHub Desktop.
console.log('content script');
{
"name": "Test Content Script",
"content_scripts": [ {
"js": [ "content_script.js" ],
"matches": [ "http://en.wikipedia.org/*" ]
}],
"permissions": [ "http://code.google.com/*" ],
"version": "1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment