TabStash
git stash but for Chrome tabs.
O que é TabStash?
TabStash é uma extensão do Chrome desenvolvida por Lauren Barry, e sua principal característica é "git stash but for Chrome tabs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TabStash
Baixe arquivos de extensão TabStash 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
TabStash is a lightweight Chrome extension that allows users to temporarily save their currently-opened browser tabs, to be re-opened later. Features: - Save all currently open tabs in a "stash" - Saves the tab URL, position in browser bar, and whether the tab is focused - Restore the most recently stashed tabs - Stash multiple sets of tabs - Restore a specific stash - Delete a stash - Clear all stashes Why use TabStash? Although this functionality already exists in the "continue where you left off" feature of Chrome or with the Ctrl+Shift+T shortcut, many users want to easily restore their tabs without permanently enabling this setting.
Informações Básicas da Extensão
Nome | TabStash |
ID | booibkcgheofaoklpolmjmgaepombmlk |
URL Oficial | https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk |
Descrição | git stash but for Chrome tabs. |
Tamanho do Arquivo | 436 KB |
Contagem de Instalações | 415 |
Versão Atual | 1.1 |
Última Atualização | 2020-05-23 |
Data de Publicação | 2020-05-21 |
Desenvolvedor | Lauren Barry |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/laurenbarry00/tabstash |
URL da Página de Ajuda | https://github.com/laurenbarry00/tabstash |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabStash", "author": "Lauren Barry", "version": "1.1", "description": "git stash but for Chrome tabs.", "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "index.html", "default_title": "Open TabStash" }, "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" } } |