Disable automatic tab discarding

Stops Chrome from suspending tabs, and reloading them when you switch to them.

Disable automatic tab discardingคืออะไร?

Disable automatic tab discarding เป็นส่วนขยายของ Chrome ที่พัฒนาโดย World_Languages และคุณลักษณะหลักของมันคือ "Stops Chrome from suspending tabs, and reloading them when you switch to them."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable automatic tab discarding

ดาวน์โหลดไฟล์ส่วนขยาย Disable automatic tab discarding ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension automatically tells Chrome that every tab you open is "not auto discardable". This might help solve issues where Chrome kills more tabs than you would want to, however, this is not foolproof, and tabs might still get discarded if your system is out of memory.

No configuration needed, the extension will mark every open tab as "not auto discardable" as long as you installed the extension and haven't disabled it.

Want to make sure this extension is working? Go to chrome://discards in a new tab and see how every row has a cross in the "auto discardable" column.

👨‍💻 Open source: https://github.com/WorldLanguages/DoNotDiscard                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Disable automatic tab discarding Disable automatic tab discarding
ID dnhngfnfolbmhgealdpolmhimnoliiok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok
คำอธิบาย Stops Chrome from suspending tabs, and reloading them when you switch to them.
ขนาดไฟล์ 29.12 KB
จำนวนการติดตั้ง 186,833
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2020-12-16
วันที่เผยแพร่ 2019-11-03
คะแนน 3.79/5 รวมทั้งหมด 367 คะแนน
ผู้พัฒนา World_Languages
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "1.0.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_manifest_title__",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "default_locale": "en"
}