Tab Discard (Suspender)

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

Tab Discard (Suspender)คืออะไร?

Tab Discard (Suspender) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chYer และคุณลักษณะหลักของมันคือ "Easily suspend inactive tabs and save up memory for your browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Discard (Suspender)

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}