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
Eメール [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'"
}