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": "another search", "description": "\u4f7f\u7528\u5176\u4ed6\u641c\u7d22\u5f15\u64ce", "version": "1.5.0", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/24.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] } }