Add dotjs and dotcss
This commit is contained in:
parent
dad0b115d6
commit
27a1d00d42
14 changed files with 4282 additions and 0 deletions
14
chromeExtentions/dotcss/manifest.json
Normal file
14
chromeExtentions/dotcss/manifest.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name" : "dotcss",
|
||||
"manifest_version" : 2,
|
||||
"version" : "2.2.0",
|
||||
"description" : "~/.css",
|
||||
"icons": { "48" : "icon48.png", "128" : "icon128.png" },
|
||||
"content_scripts": [{
|
||||
"all_frames" : true,
|
||||
"run_at" : "document_start",
|
||||
"matches" : ["http://*/*", "https://*/*"],
|
||||
"js" : ["dotcss.js"]
|
||||
}],
|
||||
"permissions": ["tabs"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue