Copy Domain Name

Copies the domain name from the URL to your clipboard

Copy Domain Name là gì?

Copy Domain Name là một tiện ích mở rộng Chrome được phát triển bởi bobby.edmonds, và tính năng chính của nó là "Copies the domain name from the URL to your clipboard".

Ả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 Copy Domain Name

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

                        This extension allows you to copy just the domain name from a URL to your clipboard with a single click.                    

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

Tên Copy Domain Name Copy Domain Name
ID gocelmjggdhdmlbddfabmcfheaabcncg
URL Chính Thức https://chromewebstore.google.com/detail/copy-domain-name/gocelmjggdhdmlbddfabmcfheaabcncg
Mô tả Copies the domain name from the URL to your clipboard
Kích Thước Tệp 12.27 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2023-05-13
Ngày Phát Hành 2023-05-13
Nhà Phát Triển bobby.edmonds
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Domain Name",
    "version": "0.0.0.1",
    "description": "Copies the domain name from the URL to your clipboard",
    "manifest_version": 3,
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png"
    }
}