Tab Sessions
This extension lets the user manage multiple sessions of open tabs.
Wat is Tab Sessions?
Tab Sessions is een Chrome-extensie ontwikkeld door Ian Martorell, en de belangrijkste functie is "This extension lets the user manage multiple sessions of open tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Sessions
Download Tab Sessions-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
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
Basisinformatie over de Extensie
Naam | Tab Sessions |
ID | kljefmgondidjmjicifipgglpekgjddm |
Officiële URL | https://chromewebstore.google.com/detail/tab-sessions/kljefmgondidjmjicifipgglpekgjddm |
Beschrijving | This extension lets the user manage multiple sessions of open tabs. |
Bestandsgrootte | 52.63 KB |
Aantal Installaties | 265 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2013-07-09 |
Publicatiedatum | 2013-07-09 |
Beoordeling | 3.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Ian Martorell |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |