CopyURL

Copy the URL and title of the active page.

CopyURL là gì?

CopyURL là một tiện ích mở rộng Chrome được phát triển bởi hiroyuki.komatsu, và tính năng chính của nó là "Copy the URL and title of the active page.".

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

screenshot

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

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

                        You can copy the URL and the title of the page in rich-text by clicking the extension icon.                    

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

Tên CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
URL Chính Thức https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Mô tả Copy the URL and title of the active page.
Kích Thước Tệp 7.09 KB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-12-08
Ngày Phát Hành 2020-06-21
Nhà Phát Triển hiroyuki.komatsu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hiroyuki-komatsu/copyurl
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyURL",
    "description": "Copy the URL and title of the active page.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "offscreen"
    ],
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}