Seamless
Fix the Chrome tabs mess
O que é Seamless?
Seamless é uma extensão do Chrome desenvolvida por https://seamlessbrowser.com, e sua principal característica é "Fix the Chrome tabs mess".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Seamless
Baixe arquivos de extensão Seamless 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
Frustrated with the amount of tabs you have open? Safely close the tabs that are not needed now Restore from the cloud later Browse like normal, everything is saved automatically More info at https://seamlessbrowser.com
Informações Básicas da Extensão
Nome | Seamless |
ID | lfpmphbkdblmjiacldmnnnohplomklch |
URL Oficial | https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch |
Descrição | Fix the Chrome tabs mess |
Tamanho do Arquivo | 2.96 MB |
Contagem de Instalações | 23 |
Versão Atual | 2.0.0.2 |
Última Atualização | 2020-12-21 |
Data de Publicação | 2020-07-06 |
Desenvolvedor | https://seamlessbrowser.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://seamlessbrowser.com |
URL da Página de Ajuda | https://seamlessbrowser.com/review |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seamless", "version": "2.0.0.2", "description": "Fix the Chrome tabs mess", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/seamless16.png", "32": "images\/seamless32.png", "48": "images\/seamless48.png", "128": "images\/seamless128.png" }, "default_title": "Seamless" }, "icons": { "16": "images\/seamless16.png", "32": "images\/seamless32.png", "48": "images\/seamless48.png", "128": "images\/seamless128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S" } }, "select-session-down": { "suggested_key": { "default": "Ctrl+Shift+Down" }, "description": "select session: down" }, "select-session-up": { "suggested_key": { "default": "Ctrl+Shift+Up" }, "description": "select session: up" }, "select-session-select": { "suggested_key": { "default": "Ctrl+Shift+Right" }, "description": "select session: select" } }, "manifest_version": 2 } |