Hover copy

Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format

什麼是Hover copy?

Hover copy是由gimenete開發的Chrome擴展程式,該擴展的主要功能是“Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format”。

擴展截圖

screenshot

下載Hover copy擴展crx文件

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

擴展使用說明

                        Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format.

Icon made by freepik.com CC-BY 3.0                    

擴展基本資訊

名稱 Hover copy Hover copy
ID cdnibjdbfjofkedghnefffkdohgjgbpc
官方網址 https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc
簡介 Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format
檔案大小 18.87 KB
安裝次數 169
目前版本 1.0.1
更新時間 2018-12-31
上架時間 2018-12-28
評分 5.00/5 共 3 次評分
開發者 gimenete
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hover copy",
    "version": "1.0.1",
    "description": "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}