Copy as Markdown

The url of the current page in Markdown's copy

What is Copy as Markdown?

Copy as Markdown is a Chrome extension developed by nakamulan, and its main feature is "The url of the current page in Markdown's copy".

Extension Screenshots

screenshot

Download Copy as Markdown Extension CRX File

Download Copy as Markdown 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

                        Easy to copy markdown format with a title and URL of the current page.

- Very simple design
- Click copy only to clipboard
- The title can be edit in the text area                    

Extension Basic Information

Name Copy as Markdown Copy as Markdown
ID kpipndefiblapfomcmkghpnpiodgcpck
Official URL https://chromewebstore.google.com/detail/copy-as-markdown/kpipndefiblapfomcmkghpnpiodgcpck
Description The url of the current page in Markdown's copy
File Size 62.34 KB
Installation Count 82
Current Version 1.0.0
Last Updated 2015-08-18
Publish Date 2015-08-18
Rating 5.00/5 Total 1 Ratings
Developer nakamulan
Payment Type free
Extension Website http://nakamulan.github.io/CopyAsMarkdown
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy as Markdown",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "The url of the current page in Markdown's copy",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Copy as Markdown",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "tabs"
    ]
}