TabStash
git stash but for Chrome tabs.
Wat is TabStash?
TabStash is een Chrome-extensie ontwikkeld door Lauren Barry, en de belangrijkste functie is "git stash but for Chrome tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie TabStash
Download TabStash-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | booibkcgheofaoklpolmjmgaepombmlk |
| Officiële URL | https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk |
| Beschrijving | git stash but for Chrome tabs. |
| Bestandsgrootte | 436 KB |
| Aantal Installaties | 415 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2020-05-23 |
| Publicatiedatum | 2020-05-21 |
| Ontwikkelaar | Lauren Barry |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/laurenbarry00/tabstash |
| Help Pagina-URL | https://github.com/laurenbarry00/tabstash |
| Ondersteunde Talen | 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"
}
} | |