Cloud Tabs
Store your opened tabs in the cloud or in local database
Co to jest Cloud Tabs?
Cloud Tabs to rozszerzenie Chrome opracowane przez https://nyashi.ru, a jego główną funkcją jest „Store your opened tabs in the cloud or in local database”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cloud Tabs
Pobierz pliki rozszerzeń Cloud Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Cloud Tabs |
ID | pfgnopplbjmciehbigoemelahiaabjid |
Oficjalny URL | https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid |
Opis | Store your opened tabs in the cloud or in local database |
Rozmiar pliku | 874 KB |
Liczba instalacji | 179 |
Aktualna Wersja | 1.31 |
Ostatnia Aktualizacja | 2020-02-22 |
Data Publikacji | 2020-02-22 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://nyashi.ru |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://m3d.me/index.html?go=cloud-tabs |
Adres URL Strony Pomocy | https://nyashi.ru/app_ext/ext_cloudtabs/help.html |
Adres URL Strony Polityki Prywatności | https://nyashi.ru/privacy-policy.html |
Obsługiwane Języki | 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'" } |