Markdown Linker

Make it easy to copy links with markdown-format

Markdown Linker क्या है?

Markdown Linker fukayatsu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make it easy to copy links with markdown-format"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Markdown Linker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        - ContextMenu > Copy link with markdown-format
It works on the page, text link, or image.

-  "cmd + ctrl + c" to copy page title and url

v0.2.4 tweak for relative link
v0.2.2 tweak no-text link
v0.2.1 fix copy page
v0.2.0 add selection copy
v0.1.6 add shortcut key - "cmd + ctrl + c" to copy page title and url
v0.1.5 bug fix - cannot get link text on link with inner tag
v0.1.4 bug fix - cannot get link text on Windows                    

एक्सटेंशन की मूल जानकारी

नाम Markdown Linker Markdown Linker
ID kgadgjmlofjccpefhdagbonmohjknlll
आधिकारिक URL https://chromewebstore.google.com/detail/markdown-linker/kgadgjmlofjccpefhdagbonmohjknlll
विवरण Make it easy to copy links with markdown-format
फ़ाइल का आकार 257 KB
स्थापना संख्या 454
वर्तमान संस्करण 0.2.4
अंतिम अपडेट 2015-01-22
प्रकाशन तिथि 2015-01-21
रेटिंग 2.71/5 कुल 7 रेटिंग्स
डेवलपर fukayatsu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markdown Linker",
    "version": "0.2.4",
    "manifest_version": 2,
    "description": "Make it easy to copy links with markdown-format",
    "icons": {
        "48": "icon\/icon_048.png",
        "128": "icon\/icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}