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
官方URL 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'"
}