TabStash
git stash but for Chrome tabs.
Qu'est-ce que TabStash ?
TabStash est une extension Chrome développée par Lauren Barry, et sa fonction principale est "git stash but for Chrome tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TabStash
Téléchargez les fichiers d'extension TabStash au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TabStash |
ID | booibkcgheofaoklpolmjmgaepombmlk |
URL Officiel | https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk |
Description | git stash but for Chrome tabs. |
Taille du Fichier | 436 KB |
Nombre d'Installations | 415 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-05-23 |
Date de Publication | 2020-05-21 |
Développeur | Lauren Barry |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/laurenbarry00/tabstash |
URL de la Page d'Aide | https://github.com/laurenbarry00/tabstash |
Langues Prises en Charge | 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" } } |