Hibernation

Hibernate your current browser session and restore it later

Wat is Hibernation?

Hibernation is een Chrome-extensie ontwikkeld door https://thecodestreet.com, en de belangrijkste functie is "Hibernate your current browser session and restore it later".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Hibernation

Download Hibernation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hibernation Hibernation
ID dcjlhmflaabodjjjbdmapjfpcfoddgaa
Officiële URL https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa
Beschrijving Hibernate your current browser session and restore it later
Bestandsgrootte 7.88 KB
Aantal Installaties 54
Huidige Versie 4.0
Laatst Bijgewerkt 2014-08-06
Publicatiedatum 2014-08-06
Beoordeling 1.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://thecodestreet.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}