Hover and Copy

Hover over any link or image and copy it with your keyboard shortcut.

什麼是Hover and Copy?

Hover and Copy是由Mustafa KÜÇÜK開發的Chrome擴展程式,該擴展的主要功能是“Hover over any link or image and copy it with your keyboard shortcut.”。

擴展截圖

screenshot
screenshot

下載Hover and Copy擴展crx文件

下載Hover and Copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hover over any link or image and copy it with your keyboard shortcut.

Hover over the link or image you want to copy and use CTRL + C or CMD + C depending on your operating system.

That's it!                    

擴展基本資訊

名稱 Hover and Copy Hover and Copy
ID moanghbdjdafhoppikcalbkggpnbhhid
官方網址 https://chromewebstore.google.com/detail/hover-and-copy/moanghbdjdafhoppikcalbkggpnbhhid
簡介 Hover over any link or image and copy it with your keyboard shortcut.
檔案大小 43.39 KB
安裝次數 529
目前版本 1.0
更新時間 2020-02-05
上架時間 2020-02-01
評分 3.11/5 共 9 次評分
開發者 Mustafa KÜÇÜK
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://mustafakucuk.net
支援的語言 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}