Hibernation

Hibernate your current browser session and restore it later

什麼是Hibernation?

Hibernation是由https://thecodestreet.com開發的Chrome擴展程式,該擴展的主要功能是“Hibernate your current browser session and restore it later”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Hibernation擴展crx文件

下載Hibernation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hibernation Hibernation
ID dcjlhmflaabodjjjbdmapjfpcfoddgaa
官方網址 https://chromewebstore.google.com/detail/hibernation/dcjlhmflaabodjjjbdmapjfpcfoddgaa
簡介 Hibernate your current browser session and restore it later
檔案大小 7.88 KB
安裝次數 54
目前版本 4.0
更新時間 2014-08-06
上架時間 2014-08-06
評分 1.50/5 共 2 次評分
開發者 https://thecodestreet.com
付費類型 free
支援的語言 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"
    }
}