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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

FreshStart - Cross Browser Session Manager拡張機能のCRXファイルをダウンロード

FreshStart - Cross Browser Session Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
}