Markdown Linker

Make it easy to copy links with markdown-format

Markdown Linkerとは何ですか?

Markdown Linkerはfukayatsuによって開発されたChromeの拡張機能で、その主な機能は「Make it easy to copy links with markdown-format」です。

拡張機能のスクリーンショット

screenshot

Markdown Linker拡張機能のCRXファイルをダウンロード

Markdown Linker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - 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
Eメール [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"
    ]
}