Tab Discard (Suspender)

Easily suspend inactive tabs and save up memory for your browser.

Tab Discard (Suspender)とは何ですか?

Tab Discard (Suspender)はchYerによって開発されたChromeの拡張機能で、その主な機能は「Easily suspend inactive tabs and save up memory for your browser.」です。

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

screenshot

Tab Discard (Suspender)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Tab Discard (Suspender) is an extension that lets you easily suspend either all inactive tabs or just the active tab by clicking on the toolbar button. 

In principle, suspending tabs can reduce the browser memory and enhances your browsing experience. When you click on a suspended tab (make it active) it will be loaded with the previous content automatically. 

This addon is useful when you have several open tabs, you can suspend them all (free up the memory) with just one click and then visit them one-by-one to unsuspend. This way, your browser will use the least amount of memory and have a better performance. Please right-click on the toolbar button and then select the desired option for suspending tabs (i.e. active or inactive tabs).

To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/tab-discard.html) and fill the bug report form.                    

拡張機能の基本情報

名前 Tab Discard (Suspender) Tab Discard (Suspender)
ID eackfaijnihopppechdgblecghggkome
公式URL https://chromewebstore.google.com/detail/tab-discard-suspender/eackfaijnihopppechdgblecghggkome
説明 Easily suspend inactive tabs and save up memory for your browser.
ファイルサイズ 19.15 KB
インストール数 628
現在のバージョン 0.1.3
最終更新日 2023-03-05
公開日 2017-10-26
評価 4.25/5 合計 8 レビュー
開発者 chYer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mybrowseraddon.com/tab-discard.html
ヘルプページのURL https://mybrowseraddon.com/tab-discard.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Tab Discard (Suspender)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/tab-discard.html",
    "description": "Easily suspend inactive tabs and save up memory for your browser.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "action": {
        "default_title": "Tab Discard (Suspender)",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "commands": {
        "tab-discard": {
            "description": "Tab Discard (Suspender)",
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}