Hibernation

Hibernate your current browser session and restore it later

Co to jest Hibernation?

Hibernation to rozszerzenie Chrome opracowane przez https://thecodestreet.com, a jego główną funkcją jest „Hibernate your current browser session and restore it later”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Hibernation

Pobierz pliki rozszerzeń Hibernation 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hibernation Hibernation
ID dcjlhmflaabodjjjbdmapjfpcfoddgaa
Oficjalny URL https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa
Opis Hibernate your current browser session and restore it later
Rozmiar pliku 7.88 KB
Liczba instalacji 54
Aktualna Wersja 4.0
Ostatnia Aktualizacja 2014-08-06
Data Publikacji 2014-08-06
Ocena 1.50/5 Łącznie 2 Oceny
Deweloper https://thecodestreet.com
Typ Płatności free
Obsługiwane Języki 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"
    }
}