Skip to content

Instantly share code, notes, and snippets.

@jz5
Created May 11, 2015 23:06
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 jz5/922da5d4530220da8c8a to your computer and use it in GitHub Desktop.
Save jz5/922da5d4530220da8c8a to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "食べ物の画像にモザイクをかける拡張",
"version": "1.0",
"content_scripts": [{
"matches": [ "<all_urls>" ],
"js": [ "jquery.min.js", "custom.js" ],
"run_at": "document_start"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment