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": "CSDN\u81ea\u52a8\u5c55\u5f00+\u4e00\u952e\u590d\u5236\u4ee3\u7801", "version": "1.0.5", "manifest_version": 3, "description": "\u514d\u767b\u5f55\u4e00\u952e\u590d\u5236\u4ee3\u7801\uff0c\u652f\u6301\u9009\u4e2d\u4ee3\u7801\uff0c\u81ea\u52a8\u5c55\u5f00 CSDN \u5168\u6587\uff0c\u53bb\u9664\u70e6\u4eba\u7684\u767b\u5f55\u5f39\u7a97\u3002", "action": { "default_icon": "icon.png", "default_title": "CSDN\u81ea\u52a8\u5c55\u5f00+\u4e00\u952e\u590d\u5236\u4ee3\u7801", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*.csdn.net\/*", "https:\/\/*.csdn.net\/*" ], "js": [ "jquery-1.10.2.min.js", "content-script.js" ], "run_at": "document_end", "all_frames": false } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+Shift+F" }, "description": "Opens popup.html" } }, "homepage_url": "http:\/\/cxytools.com" }