Save Your Tabs for Later
Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.
O que é Save Your Tabs for Later?
Save Your Tabs for Later é uma extensão do Chrome desenvolvida por bkanyo, e sua principal característica é "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save Your Tabs for Later
Baixe arquivos de extensão Save Your Tabs for Later 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
Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task. Using this extension can be really useful when you are researching on the internet in multiple topics or just have multiple workflows for multiple tasks which are require different tabs to be opened. You can use this extension to extend your capability by focusing on more tasks at the same time or just switching tasks on-the-fly by opening a saved session in this add-on.
Informações Básicas da Extensão
Nome | Save Your Tabs for Later |
ID | dlpkofiapmkalomecepjjhlkjhommkap |
URL Oficial | https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap |
Descrição | Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task. |
Tamanho do Arquivo | 1.06 MB |
Contagem de Instalações | 25 |
Versão Atual | 1.0.2 |
Última Atualização | 2017-08-14 |
Data de Publicação | 2017-08-14 |
Desenvolvedor | bkanyo |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save Your Tabs for Later", "description": "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.", "version": "1.0.2", "shortName": "Save tabs", "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "media\/icon.png", "default_popup": "index.html" } } |