Cloud Tabs

Store your opened tabs in the cloud or in local database

Wat is Cloud Tabs?

Cloud Tabs is een Chrome-extensie ontwikkeld door https://nyashi.ru, en de belangrijkste functie is "Store your opened tabs in the cloud or in local database".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cloud Tabs

Download Cloud Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cloud Tabs Cloud Tabs
ID pfgnopplbjmciehbigoemelahiaabjid
Officiële URL https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid
Beschrijving Store your opened tabs in the cloud or in local database
Bestandsgrootte 874 KB
Aantal Installaties 179
Huidige Versie 1.31
Laatst Bijgewerkt 2020-02-22
Publicatiedatum 2020-02-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://nyashi.ru
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://m3d.me/index.html?go=cloud-tabs
Help Pagina-URL https://nyashi.ru/app_ext/ext_cloudtabs/help.html
URL van de Privacybeleid Pagina https://nyashi.ru/privacy-policy.html
Ondersteunde Talen 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'"
}