Don't discard

Disables automatic tab discarding feature, configurable for specific urls.

Don't discardคืออะไร?

Don't discard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuhsak Inoue และคุณลักษณะหลักของมันคือ "Disables automatic tab discarding feature, configurable for specific urls."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Don't discard

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

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

                        The conditions to determine which tabs to be disabled can be configured at option page using regular expression based on website's url, otherwise automatic discarding will be turned off for entire tabs by default.

The relevant tabs must be reloaded to be taking effect by this extension.

Note that only "turning off discarding" will be taking care of, which means that this extension never turns it on back once a tab were effected even if the tab doesn't hit the conditions any more.

To turn on the feature again, please configure it manually by visiting browser's discarding setting page.
Also relaunching the browser itself is one of the ways to sync the actual tab's states against the configured conditions.                    

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

ชื่อ Don't discard Don't discard
ID onodhifphgifinclhihikocgokedljbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dont-discard/onodhifphgifinclhihikocgokedljbp
คำอธิบาย Disables automatic tab discarding feature, configurable for specific urls.
ขนาดไฟล์ 58.26 KB
จำนวนการติดตั้ง 1,500
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2022-03-18
วันที่เผยแพร่ 2022-03-18
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Yuhsak Inoue
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/yuhsak/dont-discard
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Don't discard",
    "description": "Disables automatic tab discarding feature, configurable for specific urls.",
    "version": "0.1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "option\/index.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}