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 - это расширение Chrome, разработанное https://www.visibotech.com, и его основная функция - "Need simple session management? Several users on the same Chrome? FreshStart is a simple cross browser session manager.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения FreshStart - Cross Browser Session Manager

Скачайте файлы расширений 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
Электронная почта [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"
}