Cloud Tabs

Store your opened tabs in the cloud or in local database

Was ist Cloud Tabs?

Cloud Tabs ist eine Chrome-Erweiterung, die von https://nyashi.ru entwickelt wurde, und ihr Hauptmerkmal ist "Store your opened tabs in the cloud or in local database".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Cloud Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cloud Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cloud Tabs Cloud Tabs
ID pfgnopplbjmciehbigoemelahiaabjid
Offizielle URL https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid
Beschreibung Store your opened tabs in the cloud or in local database
Dateigröße 874 KB
Installationsanzahl 179
Aktuelle Version 1.31
Letztes Update 2020-02-22
Veröffentlichungsdatum 2020-02-22
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://nyashi.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://m3d.me/index.html?go=cloud-tabs
Hilfeseite URL https://nyashi.ru/app_ext/ext_cloudtabs/help.html
URL der Datenschutzrichtlinien-Seite https://nyashi.ru/privacy-policy.html
Unterstützte Sprachen 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'"
}