CopyTabs

Open your current tabs, selected tabs or windows in Chrome or another browser.

CopyTabs là gì?

CopyTabs là một tiện ích mở rộng Chrome được phát triển bởi symphnyx.ltd, và tính năng chính của nó là "Open your current tabs, selected tabs or windows in Chrome or another browser.".

Ả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 CopyTabs

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

                        With the CopyTabs Chrome extension, you can open browser URLs from Chrome, into any browser installed on your machine, or any other Chrome profile.

Easy to install. Just follow the instructions here, after installing the extension: https://copytabs.web.app/#about                    

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

Tên CopyTabs CopyTabs
ID obkbjogekcjalnaebheboejhfkamadkg
URL Chính Thức https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg
Mô tả Open your current tabs, selected tabs or windows in Chrome or another browser.
Kích Thước Tệp 2.13 MB
Số Lần Cài Đặt 309
Phiên Bản Hiện Tại 1.0.7.0
Cập Nhật Lần Cuối 2022-09-20
Ngày Phát Hành 2019-10-03
Đánh Giá 3.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển symphnyx.ltd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://copytabs.web.app/
URL Trang Chính Sách Bảo Mật https://copytabs.firebaseapp.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyTabs",
    "description": "Open your current tabs, selected tabs or windows in Chrome or another browser.",
    "version": "1.0.7.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tabs.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery.js",
            "js\/shared.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "nativeMessaging",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}