Copy URL

Copy URL of the active tab into the clipboard

Copy URL là gì?

Copy URL là một tiện ích mở rộng Chrome được phát triển bởi https://lukaspolak.com, và tính năng chính của nó là "Copy URL of the active tab into the clipboard".

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

Tải xuống các tệp mở rộng Copy 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 URL of the active tab into the clipboard with a single click. Just press the "Copy URL" toolbar button and see the magic!

Now you can even change the extension icon color!

Just right-click on the extension, pick an "Options," and choose your preferred color theme.                    

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

Tên Copy URL Copy URL
ID fcniaangaighnlfnjgcaonolkiibkdan
URL Chính Thức https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan
Mô tả Copy URL of the active tab into the clipboard
Kích Thước Tệp 85.23 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-12-25
Ngày Phát Hành 2021-12-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://lukaspolak.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.lukaspolak.com/projects/chrome-extensions/copy-url
URL Trang Trợ Giúp https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL",
    "description": "Copy URL of the active tab into the clipboard",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon-light-16.png",
            "32": "\/images\/icon-light-32.png",
            "48": "\/images\/icon-light-48.png",
            "128": "\/images\/icon-light-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-light-16.png",
        "32": "\/images\/icon-light-32.png",
        "48": "\/images\/icon-light-48.png",
        "128": "\/images\/icon-light-128.png"
    }
}