2 "background_page": "background.html",
4 "default_icon": "icon.png",
9 "js": [ "jquery-1.3.2.min.js", "content_script.js" ],
10 //"js": [ "content_script.js" ],
11 "matches": [ "http://*/*", "https://*/*", "file:///*" ],
12 "run_at": "document_end"
14 "description": "Allows you to edit current page content.",
15 "name": "Chrome Editor",
16 "permissions": [ "tabs", "http://*/*", "https://*/*" ],