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
官方URL 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": [
                ""
            ]
        }
    ]
}