Copy-URL

Copy only the domain name. Developed by: Devin G. and William M.

Copy-URL là gì?

Copy-URL là một tiện ích mở rộng Chrome được phát triển bởi Wimiles, và tính năng chính của nó là "Copy only the domain name. Developed by: Devin G. and William M.".

Ả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-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 the Domain URL of the page you are on.

Places a button next to your address bar, allowing you to copy the Domain.

 - This only copies the domain name (ie domain.com or www.domain.com)

 - Removes extras (such as http:// and /index.html)

 - Useful if you ping/dig/nslookup lots of domain names

Updates:  

 0.0.2: Added popup to show text copied successfully.
 0.0.3: Decreased time popup lasts by request.
 0.1.0: Reworked code to work on Mac and Linux.
 0.1.2: Bug fix.                    

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

Tên Copy-URL Copy-URL
ID dfmcecgmopidgcfjmlecgomffehlhnbh
URL Chính Thức https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh
Mô tả Copy only the domain name. Developed by: Devin G. and William M.
Kích Thước Tệp 3.68 KB
Số Lần Cài Đặt 338
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2012-11-30
Ngày Phát Hành 2012-11-30
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Wimiles
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy-URL",
    "description": "Copy only the domain name. Developed by: Devin G. and William M.",
    "version": "0.1.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "code.html"
    }
}