Cloud Tabs

Store your opened tabs in the cloud or in local database

Τι είναι το Cloud Tabs;

Το Cloud Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nyashi.ru, και η κύρια λειτουργία του είναι "Store your opened tabs in the cloud or in local database".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cloud Tabs

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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'"
}