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