Tab Saver
One button click to save your current tab session offline for later restoring.
O que é Tab Saver?
Tab Saver é uma extensão do Chrome desenvolvida por https://noahyamamoto.com, e sua principal característica é "One button click to save your current tab session offline for later restoring.".
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 provides a friendly little button that, upon pressing, will close and save all your open tabs to local storage for easy restoring later. Features include: - Up to 95% memory reduction by saving your tab session for later. - Can be used as an alternative to extensions like Panic Button and OneTab. - Simple and colorful tab preview page that randomly generates a new background every time. - Gathers absolutely zero information on you and is completely open source (https://github.com/Egrodo/tab-saver-chrome-extension) - Super small extension, doesn't run in the background when not used, doesn't add any bloat to your browser More features will be added as I think of them, suggestions welcome!
Informações Básicas da Extensão
Nome | Tab Saver |
ID | bcolcolejgecmpoklbikgcecpmchnkhh |
URL Oficial | https://chromewebstore.google.com/detail/tab-saver/bcolcolejgecmpoklbikgcecpmchnkhh |
Descrição | One button click to save your current tab session offline for later restoring. |
Tamanho do Arquivo | 43.49 KB |
Contagem de Instalações | 382 |
Versão Atual | 1.2 |
Última Atualização | 2019-12-21 |
Data de Publicação | 2019-12-20 |
Classificação | 3.00/5 Total de 4 Avaliações |
Desenvolvedor | https://noahyamamoto.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Egrodo/Tab-Saver-Chrome-Extension |
URL da Página de Ajuda | https://github.com/Egrodo/Tab-Saver-Chrome-Extension/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Saver", "description": "One button click to save your current tab session offline for later restoring.", "version": "1.2", "browser_action": { "default_icon": "icon-64.png", "default_title": "Tab Saver" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs" ] } |