CopyTabs

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

什麼是CopyTabs?

CopyTabs是由symphnyx.ltd開發的Chrome擴展程式,該擴展的主要功能是“Open your current tabs, selected tabs or windows in Chrome or another browser.”。

擴展截圖

screenshot

下載CopyTabs擴展crx文件

下載CopyTabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 CopyTabs CopyTabs
ID obkbjogekcjalnaebheboejhfkamadkg
官方網址 https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg
簡介 Open your current tabs, selected tabs or windows in Chrome or another browser.
檔案大小 2.13 MB
安裝次數 309
目前版本 1.0.7.0
更新時間 2022-09-20
上架時間 2019-10-03
評分 3.90/5 共 10 次評分
開發者 symphnyx.ltd
電子郵箱 [email protected]
付費類型 free
擴展官網 https://copytabs.web.app/
隱私政策頁面URL https://copytabs.firebaseapp.com/privacy.html
支援的語言 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'"
}