Hover and Copy

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

Hover and Copy là gì?

Hover and Copy là một tiện ích mở rộng Chrome được phát triển bởi Mustafa KÜÇÜK, và tính năng chính của nó là "Hover over any link or image and copy it with your keyboard shortcut.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hover and Copy

Tải xuống các tệp mở rộng Hover and Copy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hover and Copy Hover and Copy
ID moanghbdjdafhoppikcalbkggpnbhhid
URL Chính Thức https://chromewebstore.google.com/detail/hover-and-copy/moanghbdjdafhoppikcalbkggpnbhhid
Mô tả Hover over any link or image and copy it with your keyboard shortcut.
Kích Thước Tệp 43.39 KB
Số Lần Cài Đặt 529
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-02-05
Ngày Phát Hành 2020-02-01
Đánh Giá 3.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Mustafa KÜÇÜK
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://mustafakucuk.net
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}