FreshStart - Cross Browser Session Manager
Need simple session management? Several users on the same Chrome? FreshStart is a simple cross browser session manager.
FreshStart - Cross Browser Session Manager란 무엇입니까?
FreshStart - Cross Browser Session Manager은(는) https://www.visibotech.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Need simple session management? Several users on the same Chrome? FreshStart is a simple cross browser session manager."입니다.
확장 프로그램 스크린샷
FreshStart - Cross Browser Session Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | FreshStart - Cross Browser Session Manager |
ID | nmidkjogcjnnlfimjcedenagjfacpobb |
공식 URL | https://chromewebstore.google.com/detail/freshstart-cross-browser/nmidkjogcjnnlfimjcedenagjfacpobb |
설명 | Need simple session management? Several users on the same Chrome? FreshStart is a simple cross browser session manager. |
파일 크기 | 137 KB |
설치 횟수 | 72,205 |
현재 버전 | 1.6.1 |
최근 업데이트 | 2015-03-20 |
출시 날짜 | 2015-03-19 |
평점 | 4.38/5 총 805 개의 평점 |
개발자 | https://www.visibotech.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://blog.visibotech.com/search/label/FreshStart |
도움말 페이지 URL | http://getsatisfaction.com/visibo/products/visibo_freshstart_session_manager |
지원되는 언어 | 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" } |