Tab Copy/Paste

Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.

Tab Copy/Paste là gì?

Tab Copy/Paste là một tiện ích mở rộng Chrome được phát triển bởi Alexander, và tính năng chính của nó là "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from 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 Tab Copy/Paste

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

                                            

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

Tên Tab Copy/Paste Tab Copy/Paste
ID nbfccmdfpollpgjnbghmnkmgimliookh
URL Chính Thức https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh
Mô tả Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
Kích Thước Tệp 11.93 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-02-21
Ngày Phát Hành 2015-02-21
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Alexander
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Tab Copy\/Paste",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs"
    ],
    "short_name": "Tab Copy\/Paste",
    "version": "1.2"
}