Cloud Tabs

Store your opened tabs in the cloud or in local database

Cos'è Cloud Tabs?

Cloud Tabs è un'estensione di Chrome sviluppata da https://nyashi.ru, e la sua funzione principale è "Store your opened tabs in the cloud or in local database".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cloud Tabs

Scarica i file di estensione Cloud Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cloud Tabs Cloud Tabs
ID pfgnopplbjmciehbigoemelahiaabjid
URL Ufficiale https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid
Descrizione Store your opened tabs in the cloud or in local database
Dimensione del File 874 KB
Conteggio Installazioni 179
Versione Corrente 1.31
Ultimo Aggiornamento 2020-02-22
Data di Pubblicazione 2020-02-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://nyashi.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://m3d.me/index.html?go=cloud-tabs
URL della Pagina di Aiuto https://nyashi.ru/app_ext/ext_cloudtabs/help.html
URL della Pagina della Politica sulla Privacy https://nyashi.ru/privacy-policy.html
Lingue Supportate 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'"
}