Copy as Markdown Quotation

Copy text in web page as markdown quotation

What is Copy as Markdown Quotation?

Copy as Markdown Quotation is a Chrome extension developed by Yi EungJun, and its main feature is "Copy text in web page as markdown quotation".

Extension Screenshots

screenshot
screenshot
screenshot

Download Copy as Markdown Quotation Extension CRX File

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

                                            

Extension Basic Information

Name Copy as Markdown Quotation Copy as Markdown Quotation
ID oifbkkngkecdhnohciofdofiihdjciip
Official URL https://chrome.google.com/webstore/detail/copy-as-markdown-quotatio/oifbkkngkecdhnohciofdofiihdjciip
Description Copy text in web page as markdown quotation
File Size 14.89 KB
Installation Count 168
Current Version 0.5.0
Last Updated 2017-09-24
Publish Date 2017-09-24
Rating 5.00/5 Total 5 Ratings
Developer Yi EungJun
Payment Type free
Extension Website https://github.com/npcode/copy-as-markdown-quote
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/to-markdown.js",
            "background.js"
        ]
    },
    "description": "Copy text in web page as markdown quotation",
    "manifest_version": 2,
    "minimum_chrome_version": "24",
    "name": "Copy as Markdown Quotation",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "0.5.0"
}