Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jun 30, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Markdown Converter\/AI\u6587\u4ef6\u8f6c\u6362\u5668-ChatGPT|DeepSeek", "version": "1.0.0", "description": "Convert Markdown to Word, PDF and other formats using Pandoc", "permissions": [ "activeTab", "storage", "downloads", "scripting" ], "host_permissions": [], "action": { "default_popup": "popup.html", "default_title": "Markdown Converter\/AI\u6587\u4ef6\u8f6c\u6362\u5668-ChatGPT|DeepSeek" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "example.md", "src\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self';" } }