Tabs Saver
This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.
O que é Tabs Saver?
Tabs Saver é uma extensão do Chrome desenvolvida por Hashim Puthiyakath, e sua principal característica é "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tabs Saver
Baixe arquivos de extensão Tabs 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
Tabs Saver is a utility extension for Chrome browser to save your open tabs as a collection, so you can restore them later quickly. If you have a bunch of websites that you open everyday, you may be opening them one after another. With Tabs Saver, you can save the websites or web pages as a collection and open them later with a single click.
Informações Básicas da Extensão
Nome | Tabs Saver |
ID | iflhplolclcdpkfklodaakdipklpjlbc |
URL Oficial | https://chromewebstore.google.com/detail/tabs-saver/iflhplolclcdpkfklodaakdipklpjlbc |
Descrição | This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time. |
Tamanho do Arquivo | 22.52 KB |
Contagem de Instalações | 191 |
Versão Atual | 1.2 |
Última Atualização | 2021-03-08 |
Data de Publicação | 2021-03-07 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Hashim Puthiyakath |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Saver", "description": "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.", "permissions": [ "tabs" ], "version": "1.2", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "popup.png" } } |