Copy All Urls

This extension copies all url on the current window to the clipboard. You can set the format up at option menu.

Copy All Urls là gì?

Copy All Urls là một tiện ích mở rộng Chrome được phát triển bởi kdmsnr, và tính năng chính của nó là "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".

Ả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 All Urls

Tải xuống các tệp mở rộng Copy All Urls 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 copies all url on the current window to the clipboard.
You can set the format up at option menu.                    

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

Tên Copy All Urls Copy All Urls
ID iiagcalhlpmgdipdcikkjiliaankcagj
URL Chính Thức https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj
Mô tả This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Kích Thước Tệp 5.27 KB
Số Lần Cài Đặt 3,801
Phiên Bản Hiện Tại 0.2.7
Cập Nhật Lần Cuối 2013-06-25
Ngày Phát Hành 2013-06-25
Đánh Giá 4.00/5 Tổng số 40 Đánh Giá
Nhà Phát Triển kdmsnr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy All Urls",
    "version": "0.2.7",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}