Copy Link Address

Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!

Copy Link Addressとは何ですか?

Copy Link AddressはDhruv Vemulaによって開発されたChromeの拡張機能で、その主な機能は「Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!」です。

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

screenshot
screenshot

Copy Link Address拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Use Chrome? Copy link address without right-clicking! Just use your standard keyboard shortcut!

If you need to copy link addresses more than once, you know how annoying it is. You need to right-click, find the "Copy Link Address" menu item, and click it.

This extension makes your life easy. Just point to your link and hit your standard keyboard shortcut (Ctrl-C, or Cmd-C for Mac) and you're done!

Enjoy the extension. We would love feedback.

Known Issues:

1. If, at the time of hovering a link, the cursor was in a textbox (without anything selected), the extension clears the cursor, saving the caret position. When you move away from the link, the caret position is restored.

2. If, at the time of hovering a link, the cursor was in the Chrome omnibox (address bar), the extension does not work (Chrome provides no way of clearing the cursor, a requirement for the extension to work).                    

拡張機能の基本情報

名前 Copy Link Address Copy Link Address
ID kdejdkdjdoabfihpcjmgjebcpfbhepmh
公式URL https://chromewebstore.google.com/detail/copy-link-address/kdejdkdjdoabfihpcjmgjebcpfbhepmh
説明 Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!
ファイルサイズ 51.62 KB
インストール数 10,000
現在のバージョン 0.5.5
最終更新日 2016-01-04
公開日 2016-01-03
評価 3.35/5 合計 160 レビュー
開発者 Dhruv Vemula
支払い方法 free
拡張機能のウェブサイト https://github.com/dhruvtv/copylinkaddress
ヘルプページのURL https://github.com/dhruvtv/copylinkaddress
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Link Address",
    "version": "0.5.5",
    "description": "Copy link address without right-clicking. Just hover the link and hit Ctrl-C \/ Cmd-C!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "copylinkaddress.js"
            ]
        }
    ],
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}