TabStash
git stash but for Chrome tabs.
¿Qué es TabStash?
TabStash es una extensión de Chrome desarrollada por Lauren Barry, y su función principal es "git stash but for Chrome tabs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TabStash
Descarga archivos de extensión TabStash en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | TabStash |
ID | booibkcgheofaoklpolmjmgaepombmlk |
URL Oficial | https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk |
Descripción | git stash but for Chrome tabs. |
Tamaño del Archivo | 436 KB |
Cantidad de Instalaciones | 415 |
Versión Actual | 1.1 |
Última Actualización | 2020-05-23 |
Fecha de Publicación | 2020-05-21 |
Desarrollador | Lauren Barry |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/laurenbarry00/tabstash |
URL de la Página de Ayuda | https://github.com/laurenbarry00/tabstash |
Idiomas Soportados | 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" } } |