Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zhongwen: Dictionnaire chinois-fran\u00e7ais", "version": "3.6", "manifest_version": 2, "description": "Donne la traduction des mots chinois en passant simplement la souris sur les caract\u00e8res.", "icons": { "48": "images\/zhongwen48.png", "128": "images\/zhongwen.png" }, "browser_action": { "default_icon": "images\/zhongwen48.png", "default_title": "Zhongwen en fran\u00e7ais" }, "background": { "scripts": [ "dict.js", "main.js", "background.js" ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/jquery-1.7.1.min.js", "content.js" ], "all_frames": true } ], "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "contextMenus" ], "web_accessible_resources": [ "css\/*", "js\/*" ] }