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
官方網址 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
電子郵箱 [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"
}