Hibernation

Hibernate your current browser session and restore it later

O que é Hibernation?

Hibernation é uma extensão do Chrome desenvolvida por https://thecodestreet.com, e sua principal característica é "Hibernate your current browser session and restore it later".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hibernation

Baixe arquivos de extensão Hibernation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hibernation Hibernation
ID dcjlhmflaabodjjjbdmapjfpcfoddgaa
URL Oficial https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa
Descrição Hibernate your current browser session and restore it later
Tamanho do Arquivo 7.88 KB
Contagem de Instalações 54
Versão Atual 4.0
Última Atualização 2014-08-06
Data de Publicação 2014-08-06
Classificação 1.50/5 Total de 2 Avaliações
Desenvolvedor https://thecodestreet.com
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}