Tab Sessions
This extension lets the user manage multiple sessions of open tabs.
Co to jest Tab Sessions?
Tab Sessions to rozszerzenie Chrome opracowane przez Ian Martorell, a jego główną funkcją jest „This extension lets the user manage multiple sessions of open tabs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Sessions
Pobierz pliki rozszerzeń Tab Sessions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Tab Sessions |
ID | kljefmgondidjmjicifipgglpekgjddm |
Oficjalny URL | https://chromewebstore.google.com/detail/tab-sessions/kljefmgondidjmjicifipgglpekgjddm |
Opis | This extension lets the user manage multiple sessions of open tabs. |
Rozmiar pliku | 52.63 KB |
Liczba instalacji | 265 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2013-07-09 |
Data Publikacji | 2013-07-09 |
Ocena | 3.83/5 Łącznie 6 Oceny |
Deweloper | Ian Martorell |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |