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", "manifest_version": 3, "name": "\u7f51\u9875\u8f6cMarkdown - Web to Markdown | url2md\u52a9\u624b", "description": "\u4e00\u952e\u7f51\u9875\u8f6c Markdown\uff0c\u8f7b\u677e\u63d0\u53d6\u6587\u7ae0\u5185\u5bb9\uff01\u652f\u6301\u4e00\u952e\u5c06\u7f51\u9875\u6587\u7ae0\uff08\u5305\u62ec\u5fae\u4fe1\u516c\u4f17\u53f7\u3001\u6398\u91d1\u7b49\u5e73\u53f0\uff09\u8f6c\u6362\u4e3a Markdown \u683c\u5f0f\uff0c\u65b9\u4fbf\u4fdd\u5b58\u3001\u7f16\u8f91\u548c\u7ba1\u7406\u3002\u652f\u6301\u81ea\u5b9a\u4e49\u6837\u5f0f\uff0c\u52a9\u4f60\u8f7b\u677e\u5f52\u6863\u7f51\u9875\u5185\u5bb9\uff01\u9002\u7528\u4e8e\u5f00\u53d1\u8005\u3001\u5199\u4f5c\u8005\u548c\u77e5\u8bc6\u7ba1\u7406\u7231\u597d\u8005\u3002", "version": "0.2", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "m.js" ], "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "scripting", "activeTab", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*\/*" ] }