Hibernation

Hibernate your current browser session and restore it later

Apa itu Hibernation?

Hibernation adalah ekstensi Chrome yang dikembangkan oleh https://thecodestreet.com, dan fitur utamanya adalah "Hibernate your current browser session and restore it later".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hibernation

Unduh file ekstensi Hibernation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hibernation Hibernation
ID dcjlhmflaabodjjjbdmapjfpcfoddgaa
URL Resmi https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa
Deskripsi Hibernate your current browser session and restore it later
Ukuran File 7.88 KB
Jumlah Instalasi 54
Versi Saat Ini 4.0
Terakhir Diperbarui 2014-08-06
Tanggal Publikasi 2014-08-06
Penilaian 1.50/5 Total 2 Penilaian
Pengembang https://thecodestreet.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}