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 Apr 26, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.9", "name": "Copy as Markdown MV3", "manifest_version": 3, "description": "Copy the selected HTML as Markdown. Compatible with ChatGPT\/Claude\/Gemini\/DeepSeek\/Mistral\/LLMs outputs.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "114": "img\/icon-114.png", "128": "img\/icon-128.png" }, "action": { "default_title": "Copy as Markdown MV3" }, "background": { "service_worker": "js\/background_script.bundle.js", "type": "module" }, "permissions": [ "contextMenus", "activeTab", "clipboardWrite", "scripting" ], "web_accessible_resources": [ { "resources": [ "js\/content_script.bundle.js" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "js\/content_script_get_selection.bundle.js" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "js\/content_script_show_message.bundle.js" ], "matches": [ "*:\/\/*\/*" ] } ], "commands": { "copy-as-markdown": { "suggested_key": { "default": "Alt+Shift+Y", "mac": "Alt+Shift+Y" }, "description": "Copy as Markdown MV3" } }, "homepage_url": "https:\/\/github.com\/lrq3000\/copy-as-markdown" }