Skip to content

Instantly share code, notes, and snippets.

@suusan2go
Created May 17, 2015 11:49
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 suusan2go/d9fe96eaeeb64c97a621 to your computer and use it in GitHub Desktop.
Save suusan2go/d9fe96eaeeb64c97a621 to your computer and use it in GitHub Desktop.
{
"name": "PageAlerts!",
"version": "0.0.1",
"manifest_version": 2,
"description": "特定のページに行くとアラートを表示する。",
"content_scripts": [
{
"matches": ["http://example.com/*"],
"js": ["script.js"],
"run_at": "document_start"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment