Tab Sessions
This extension lets the user manage multiple sessions of open tabs.
Cos'è Tab Sessions?
Tab Sessions è un'estensione di Chrome sviluppata da Ian Martorell, e la sua funzione principale è "This extension lets the user manage multiple sessions of open tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Sessions
Scarica i file di estensione Tab Sessions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tab Sessions places an icon alongside the user's Omnibar which opens the Tab Session Manager in a popup window. From here, the user can save new tab sessions and load, update or delete old ones. The tab sessions are stored using HTML5's Local Storage feature, so they are never deleted and are particular for each browser. Ideas for future versions: - Sync sessions via Google account - Prettify Tab Session Manager + Allow reordering of sessions - Automatic session tracking
Informazioni di Base sull'Estensione
Nome | Tab Sessions |
ID | kljefmgondidjmjicifipgglpekgjddm |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-sessions/kljefmgondidjmjicifipgglpekgjddm |
Descrizione | This extension lets the user manage multiple sessions of open tabs. |
Dimensione del File | 52.63 KB |
Conteggio Installazioni | 265 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2013-07-09 |
Data di Pubblicazione | 2013-07-09 |
Valutazione | 3.83/5 Totale 6 Valutazioni |
Sviluppatore | Ian Martorell |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Sessions", "description": "This extension lets the user manage multiple sessions of open tabs.", "version": "1.1.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |