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
公式URL 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
Eメール [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\/"
    ]
}