Cloud Tabs

Store your opened tabs in the cloud or in local database

Vad är Cloud Tabs?

Cloud Tabs är en Chrome-tillägg utvecklad av https://nyashi.ru, och dess huvudfunktion är "Store your opened tabs in the cloud or in local database".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Cloud Tabs-förlängningens CRX-fil

Ladda ner Cloud Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cloud Tabs Cloud Tabs
ID pfgnopplbjmciehbigoemelahiaabjid
Officiell webbadress https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid
Beskrivning Store your opened tabs in the cloud or in local database
Filstorlek 874 KB
Antal Installationer 179
Aktuell Version 1.31
Senast Uppdaterad 2020-02-22
Publiceringsdatum 2020-02-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://nyashi.ru
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://m3d.me/index.html?go=cloud-tabs
Hjälpsida URL https://nyashi.ru/app_ext/ext_cloudtabs/help.html
URL till Sekretesspolicy Sidan https://nyashi.ru/privacy-policy.html
Stödda Språk 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'"
}