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
官方網址 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"
    }
}