FreshStart - Cross Browser Session Manager
Need simple session management? Several users on the same Chrome? FreshStart is a simple cross browser session manager.
Co to jest FreshStart - Cross Browser Session Manager?
FreshStart - Cross Browser Session Manager to rozszerzenie Chrome opracowane przez https://www.visibotech.com, a jego główną funkcją jest „Need simple session management? Several users on the same Chrome? FreshStart is a simple cross browser session manager.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FreshStart - Cross Browser Session Manager
Pobierz pliki rozszerzeń FreshStart - Cross Browser Session Manager 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
Manage your browsing session easily with FreshStart! If you have different sets of websites that matter to you at work, at home or at different times, or if you have multiple users, you should give this a try! Features ************************************** NEW in 1.6! Multiple auto-save sessions - Details at http://goo.gl/ADqYT ************************************** - Save multiple windows into a single session - Save all open tabs to a new session, or hand select what to be saved - Sessions are saved in the "FreshStart Sessions" folder in bookmarks, allowing you to synchronize it with other computers - Crash recovery - autosave your windows every few minutes - Restore a session in a new window, or merge it with the current window by ctrl-click (Windows, Linux) or cmd-click (Mac). - Session editing and easily merge new tabs into existing sessions - Export and import sessions If you like FreshStart, check out our other extensions here http://goo.gl/nwhgfo License: http://goo.gl/bE7SA Translate: http://goo.gl/XfDrK
Podstawowe informacje o rozszerzeniu
Nazwa | FreshStart - Cross Browser Session Manager |
ID | nmidkjogcjnnlfimjcedenagjfacpobb |
Oficjalny URL | https://chromewebstore.google.com/detail/freshstart-cross-browser/nmidkjogcjnnlfimjcedenagjfacpobb |
Opis | Need simple session management? Several users on the same Chrome? FreshStart is a simple cross browser session manager. |
Rozmiar pliku | 137 KB |
Liczba instalacji | 72,205 |
Aktualna Wersja | 1.6.1 |
Ostatnia Aktualizacja | 2015-03-20 |
Data Publikacji | 2015-03-19 |
Ocena | 4.38/5 Łącznie 805 Oceny |
Deweloper | https://www.visibotech.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://blog.visibotech.com/search/label/FreshStart |
Adres URL Strony Pomocy | http://getsatisfaction.com/visibo/products/visibo_freshstart_session_manager |
Obsługiwane Języki | en,fr,nl,es,it |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.6.1", "description": "__MSG_description__", "manifest_version": 2, "background": { "scripts": [ "v161\/background.js" ] }, "icons": { "16": "img\/freshstart_icon.png", "32": "img\/freshstart32.png", "48": "img\/freshstart48.png" }, "options_page": "v161\/options.html", "browser_action": { "default_icon": "img\/freshstart_icon.png", "default_title": "FreshStart - Cross Browser Session Manager", "default_popup": "v161\/popup.html" }, "permissions": [ "tabs", "bookmarks", "unlimitedStorage" ], "minimum_chrome_version": "18", "default_locale": "en" } |