Tab Saver
Save your tabs to use them later
O que é Tab Saver?
Tab Saver é uma extensão do Chrome desenvolvida por Make Your Life Better, e sua principal característica é "Save your tabs to use them later".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Saver
Baixe arquivos de extensão Tab Saver 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
Tab Saver is an open source tool to save your tabs. You can save your tabs if you want to take a break from a subject when you are using too many tabs related too many different subject. Then you can reopen them as a tab group and continue where you left off! You can use it with a basic popup. Your data is not stored at anywhere but your computer. It's pure, secure and useful. You can contact me for bug reporting, feature demanding etc. Code: https://github.com/i01000101/Chrome-Tab-Saver
Informações Básicas da Extensão
Nome | Tab Saver |
ID | ebkmnfjbmmfeogbaokjedeigicecplje |
URL Oficial | https://chromewebstore.google.com/detail/tab-saver/ebkmnfjbmmfeogbaokjedeigicecplje |
Descrição | Save your tabs to use them later |
Tamanho do Arquivo | 218 KB |
Contagem de Instalações | 895 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-04-14 |
Data de Publicação | 2021-04-13 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | Make Your Life Better |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Saver", "version": "1.0.0", "description": "Save your tabs to use them later", "action": { "default_icon": "icons\/boxIcon.png", "default_popup": "popup.html", "default_title": "Tab Saver" }, "permissions": [ "tabs", "tabGroups", "storage", "unlimitedStorage" ], "icons": { "512": "icons\/boxIcon.png" } } |