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
公式URL 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"
    }
}