Cloud Tabs

Store your opened tabs in the cloud or in local database

什么是Cloud Tabs?

Cloud Tabs是由https://nyashi.ru开发的Chrome扩展程序,该扩展的主要功能是“Store your opened tabs in the cloud or in local database”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Cloud Tabs扩展crx文件

下载Cloud Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Cloud Tabs allows you to group open browser tabs into a convenient list and save it on your computer or server. This will significantly save memory consumption. In addition, if you save your tabs to the server, you can continue to work with them on any of your devices in any of the supported browsers. Authorization in Cloud Tabs is carried out through social networks. You can attach a text note to each tab.                    

扩展基本信息

名称 Cloud Tabs Cloud Tabs
ID pfgnopplbjmciehbigoemelahiaabjid
官方URL https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid
简介 Store your opened tabs in the cloud or in local database
文件大小 874 KB
安装次数 179
当前版本 1.31
更新时间 2020-02-22
上架时间 2020-02-22
评分 5.00/5 共2次评分
开发者 https://nyashi.ru
电子邮箱 [email protected]
付费类型 free
扩展官网 http://m3d.me/index.html?go=cloud-tabs
帮助页面URL https://nyashi.ru/app_ext/ext_cloudtabs/help.html
隐私政策页面URL https://nyashi.ru/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud Tabs",
    "description": "Store your opened tabs in the cloud or in local database",
    "version": "1.31",
    "icons": {
        "128": "i\/icon128.png",
        "48": "i\/icon48.png",
        "16": "i\/icon16.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/nyashi.ru\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "i\/icon19.png",
            "38": "i\/icon38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "index.html",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}