WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Copy as Markdown MV3

Copy as Markdown MV3

View on Chrome Web Store
View Copy as Markdown MV3 Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

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.

Copy the selected HTML as Markdown. Compatible with ChatGPT/Claude/Gemini/DeepSeek/Mistral/LLMs outputs.
Type
Extension
Users
7 users
1
lrq3****************
View author page of lrq3****************
Published
Published on March 18, 2025
Version 0.0.9
Manifest version
3
Updated
Updated on March 18, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Copy as Markdown MV3 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top