TabStash
git stash but for Chrome tabs.
Co je TabStash?
TabStash je rozšíření Chrome vyvinuté Lauren Barry, a jeho hlavní funkcí je „git stash but for Chrome tabs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TabStash
Stáhněte si soubory rozšíření TabStash ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | TabStash |
ID | booibkcgheofaoklpolmjmgaepombmlk |
Oficiální URL | https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk |
Popis | git stash but for Chrome tabs. |
Velikost souboru | 436 KB |
Počet instalací | 415 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2020-05-23 |
Datum Vydání | 2020-05-21 |
Vývojář | Lauren Barry |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/laurenbarry00/tabstash |
URL Stránky Nápovědy | https://github.com/laurenbarry00/tabstash |
Podporované Jazyky | 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" } } |