Chrome Tab Unloader

This extension gives you a button to save your system resources by replacing open tabs with placeholders.

什麼是Chrome Tab Unloader?

Chrome Tab Unloader是由idupree開發的Chrome擴展程式,該擴展的主要功能是“This extension gives you a button to save your system resources by replacing open tabs with placeholders.”。

擴展截圖

screenshot

下載Chrome Tab Unloader擴展crx文件

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

擴展使用說明

                        Chrome Tab Unloader gives you a simple button to unload the current tab, or all tabs. You might do this in order to save on system resources (RAM, CPU), or to make the tab quiet.  Reload the tab just by clicking in its content area.                    

擴展基本資訊

名稱 Chrome Tab Unloader Chrome Tab Unloader
ID ncifninngopkimemifelcaelaaigceod
官方網址 https://chromewebstore.google.com/detail/chrome-tab-unloader/ncifninngopkimemifelcaelaaigceod
簡介 This extension gives you a button to save your system resources by replacing open tabs with placeholders.
檔案大小 14.05 KB
安裝次數 160
目前版本 1.0.2
更新時間 2016-10-20
上架時間 2016-10-20
評分 2.43/5 共 7 次評分
開發者 idupree
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/idupree/chrome-tab-unloader
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Tab Unloader",
    "short_name": "Tab Unloader",
    "description": "This extension gives you a button to save your system resources by replacing open tabs with placeholders.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/idupree\/chrome-tab-unloader",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}