Hibernation

Hibernate your current browser session and restore it later

Co je Hibernation?

Hibernation je rozšíření Chrome vyvinuté https://thecodestreet.com, a jeho hlavní funkcí je „Hibernate your current browser session and restore it later“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Hibernation

Stáhněte si soubory rozšíření Hibernation ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hibernation Hibernation
ID dcjlhmflaabodjjjbdmapjfpcfoddgaa
Oficiální URL https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa
Popis Hibernate your current browser session and restore it later
Velikost souboru 7.88 KB
Počet instalací 54
Aktuální Verze 4.0
Poslední Aktualizace 2014-08-06
Datum Vydání 2014-08-06
Hodnocení 1.50/5 Celkem 2 Hodnocení
Vývojář https://thecodestreet.com
Typ Platby free
Podporované Jazyky 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"
    }
}