Cloud Tabs
Store your opened tabs in the cloud or in local database
O que é Cloud Tabs?
Cloud Tabs é uma extensão do Chrome desenvolvida por https://nyashi.ru, e sua principal característica é "Store your opened tabs in the cloud or in local database".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cloud Tabs
Baixe arquivos de extensão Cloud Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Cloud Tabs |
ID | pfgnopplbjmciehbigoemelahiaabjid |
URL Oficial | https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid |
Descrição | Store your opened tabs in the cloud or in local database |
Tamanho do Arquivo | 874 KB |
Contagem de Instalações | 179 |
Versão Atual | 1.31 |
Última Atualização | 2020-02-22 |
Data de Publicação | 2020-02-22 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://nyashi.ru |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://m3d.me/index.html?go=cloud-tabs |
URL da Página de Ajuda | https://nyashi.ru/app_ext/ext_cloudtabs/help.html |
URL da Página de Política de Privacidade | https://nyashi.ru/privacy-policy.html |
Idiomas Suportados | 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'" } |