Tab Hibernate

Send tabs you don't use to into hibernation to save up on memory usage

Tab Hibernateとは何ですか?

Tab Hibernateはdcohenbによって開発されたChromeの拡張機能で、その主な機能は「Send tabs you don't use to into hibernation to save up on memory usage」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Tab Hibernate拡張機能のCRXファイルをダウンロード

Tab Hibernate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Is Your computer slow? unresponsive?
Are you the type of person who keeps lots of tabs open all the time?
Tab Hibernate to the rescue!

Tab Hibernate puts all your unused tabs into sleep mode.
that way they don't take up memory or CPU usage.

Your PC will be faster, Battery will last longer and your computer will be more responsive!

We would love to get your feedback and improve.
if you like our extension please rate us and leave a comment.                    

拡張機能の基本情報

名前 Tab Hibernate Tab Hibernate
ID ammlihljcndoijbkoobiobhjgoopiidn
公式URL https://chromewebstore.google.com/detail/tab-hibernate/ammlihljcndoijbkoobiobhjgoopiidn
説明 Send tabs you don't use to into hibernation to save up on memory usage
ファイルサイズ 107 KB
インストール数 6,082
現在のバージョン 0.3.2
最終更新日 2017-10-07
公開日 2017-10-07
評価 3.75/5 合計 72 レビュー
開発者 dcohenb
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tabhibernate.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Daniel Cohen ",
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/64.png",
        "default_popup": "popup_ui.html",
        "default_title": "Configure tabs hibernate"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Send tabs you don't use to into hibernation to save up on memory usage",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "256": "icons\/256.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "512": "icons\/512.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 2,
    "name": "Tab Hibernate",
    "permissions": [
        "tabs",
        ""
    ],
    "short_name": "tab-hibernate",
    "version": "0.3.2"
}