Copy Markdown Link

Copy link in Markdown format.

What is Copy Markdown Link?

Copy Markdown Link is a Chrome extension developed by r7kamura, and its main feature is "Copy link in Markdown format.".

Extension Screenshots

screenshot
screenshot

Download Copy Markdown Link Extension CRX File

Download Copy Markdown Link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Click the extension icon or press the keyboard shortcut to copy link in Markdown format.

The default keyboard shortcut is Ctrl + M.
This can be changed from the browser's extension settings.                    

Extension Basic Information

Name Copy Markdown Link Copy Markdown Link
ID gkceaaphhbeanfciglgpffnncfpipjpa
Official URL https://chromewebstore.google.com/detail/copy-markdown-link/gkceaaphhbeanfciglgpffnncfpipjpa
Description Copy link in Markdown format.
File Size 9.93 KB
Installation Count 101
Current Version 0.1.0
Last Updated 2022-05-19
Publish Date 2022-05-19
Rating 5.00/5 Total 1 Ratings
Developer r7kamura
Email [email protected]
Payment Type free
Extension Website https://github.com/r7kamura/copy-markdown-link
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Markdown Link",
    "description": "Copy link in Markdown format.",
    "version": "0.1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "MacCtrl+M"
            }
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ]
}