OLD | NEW |
1 Cr42 {"content_scripts": [{"matches": ["http://*.google.com/*", "http
s://*.google.com/*"], "js": ["script1.js"]}, {"matches": ["http://*.yahoo.com/*"
], "js": ["script2.js"]}], "description": "The first extension that I made.", "f
ormat_version": 1, "version": "1.0.0.0", "zip_hash": "cb6e65be99872233dda6a7c144
bc3ec1925d8bd670a172b57f2618f9eddd50e6", "id": "com.google.myextension1", "name"
: "My extension 1"}PK º}R:«¦Z | 1 Cr42 {"content_scripts": [{"matches": ["http://*.google.com/*", "http
s://*.google.com/*"], "js": ["script1.js"]}, {"matches": ["http://*.yahoo.com/*"
], "js": ["script2.js"]}], "description": "The first extension that I made.", "f
ormat_version": 1, "version": "1.0.0.0", "zip_hash": "cb6e65be99872233dda6a7c144
bc3ec1925d8bd670a172b57f2618f9eddd50e6", "id": "com.google.myextension1", "name"
: "My extension 1"}PK º}R:«¦Z |
2 manifest.json{ | 2 manifest.json{ |
3 "format_version": 1, | 3 "format_version": 1, |
4 "id": "com.google.myextension1", | 4 "id": "com.google.myextension1", |
5 "version": "1.0.0.0", | 5 "version": "1.0.0.0", |
6 "name": "My extension 1", | 6 "name": "My extension 1", |
7 "description": "The first extension that I made.", | 7 "description": "The first extension that I made.", |
8 "content_scripts": [ | 8 "content_scripts": [ |
9 { | 9 { |
10 "matches": ["http://*.google.com/*", "https://*.google.com/*"], | 10 "matches": ["http://*.google.com/*", "https://*.google.com/*"], |
11 "js": ["script1.js"] | 11 "js": ["script1.js"] |
12 }, | 12 }, |
13 { | 13 { |
14 "matches": ["http://*.yahoo.com/*"], | 14 "matches": ["http://*.yahoo.com/*"], |
15 "js": ["script2.js"] | 15 "js": ["script2.js"] |
16 } | 16 } |
17 ] | 17 ] |
18 } | 18 } |
19 PK º}R:«¦Z | 19 PK º}R:«¦Z |
20 ¤ manifest.jsonPK ; ¾ | 20 ¤ manifest.jsonPK ; ¾ |
OLD | NEW |