Copy Image URL

When pressing the copy shortcut key on the image, directly copy the image address, no need to right click

Copy Image URL là gì?

Copy Image URL là một tiện ích mở rộng Chrome được phát triển bởi huangxiaoyu1018, và tính năng chính của nó là "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click".

Ả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 Copy Image URL

Tải xuống các tệp mở rộng Copy Image URL 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

                        Copy image address without right-clicking, just hover the image and hit Ctrl+C / Cmd+C.                    

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

Tên Copy Image URL Copy Image URL
ID ddembjalhjiblnlfifeldhohmigachhh
URL Chính Thức https://chromewebstore.google.com/detail/copy-image-url/ddembjalhjiblnlfifeldhohmigachhh
Mô tả When pressing the copy shortcut key on the image, directly copy the image address, no need to right click
Kích Thước Tệp 3.4 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-07-25
Ngày Phát Hành 2023-07-24
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển huangxiaoyu1018
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Image URL",
    "version": "1.0",
    "description": "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}