Cloud Tabs
Store your opened tabs in the cloud or in local database
Qu'est-ce que Cloud Tabs ?
Cloud Tabs est une extension Chrome développée par https://nyashi.ru, et sa fonction principale est "Store your opened tabs in the cloud or in local database".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cloud Tabs
Téléchargez les fichiers d'extension Cloud Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Cloud Tabs |
ID | pfgnopplbjmciehbigoemelahiaabjid |
URL Officiel | https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid |
Description | Store your opened tabs in the cloud or in local database |
Taille du Fichier | 874 KB |
Nombre d'Installations | 179 |
Version Actuelle | 1.31 |
Dernière Mise à Jour | 2020-02-22 |
Date de Publication | 2020-02-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://nyashi.ru |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://m3d.me/index.html?go=cloud-tabs |
URL de la Page d'Aide | https://nyashi.ru/app_ext/ext_cloudtabs/help.html |
URL de la Page de Politique de Confidentialité | https://nyashi.ru/privacy-policy.html |
Langues Prises en Charge | 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'" } |