Tab Sessions
This extension lets the user manage multiple sessions of open tabs.
Co je Tab Sessions?
Tab Sessions je rozšíření Chrome vyvinuté Ian Martorell, a jeho hlavní funkcí je „This extension lets the user manage multiple sessions of open tabs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tab Sessions
Stáhněte si soubory rozšíření Tab Sessions 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í
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
Základní Informace o Rozšíření
Název | |
ID | kljefmgondidjmjicifipgglpekgjddm |
Oficiální URL | https://chromewebstore.google.com/detail/tab-sessions/kljefmgondidjmjicifipgglpekgjddm |
Popis | This extension lets the user manage multiple sessions of open tabs. |
Velikost souboru | 52.63 KB |
Počet instalací | 265 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2013-07-09 |
Datum Vydání | 2013-07-09 |
Hodnocení | 3.83/5 Celkem 6 Hodnocení |
Vývojář | Ian Martorell |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |