Hibernation

Hibernate your current browser session and restore it later

Что такое Hibernation?

Hibernation - это расширение Chrome, разработанное https://thecodestreet.com, и его основная функция - "Hibernate your current browser session and restore it later".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Hibernation

Скачайте файлы расширений Hibernation в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Save the tabs before closing your chrome. And restore those tabs next time you open chrome.

Do not need to remember for the tabs you opened in your previous chrome session, or go to chrome history. Hibernation provides you ease to save your current chrome session so that you can restore it next time with a single click.

Steps: 
1.Goto Hibernation and click on hibernate.
2.Close your chrome when you feel so.
3.Open Chrome, goto Hibernation and click restore.                    

Основная информация о расширении

Название Hibernation Hibernation
ID dcjlhmflaabodjjjbdmapjfpcfoddgaa
Официальный URL https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa
Описание Hibernate your current browser session and restore it later
Размер файла 7.88 KB
Количество установок 54
Текущая Версия 4.0
Последнее Обновление 2014-08-06
Дата публикации 2014-08-06
Рейтинг 1.50/5 Всего 2 оценок
Разработчик https://thecodestreet.com
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hibernation",
    "description": "Hibernate your current browser session and restore it later",
    "version": "4.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Hibernate Chrome tabs",
        "default_icon": "session.png"
    }
}