The Safer Suspender
Release browser resources by suspending the tabs you aren't using
The Safer Suspenderคืออะไร?
The Safer Suspender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย valord577 และคุณลักษณะหลักของมันคือ "Release browser resources by suspending the tabs you aren't using"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Safer Suspender
ดาวน์โหลดไฟล์ส่วนขยาย The Safer Suspender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"The Safer Suspender" is a safer and free and open-source extension for modern browser, such as Firefox, Edge and Chrome. Once installed and enabled, this extension will automatically suspend tabs that have not been used for a while, freeing up memory and cpu that the tab was consuming. Github: https://github.com/valord577/theSaferSuspender/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Safer Suspender |
ID | bghakdgdhifpflgmpknjkekcbomcfnij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-safer-suspender/bghakdgdhifpflgmpknjkekcbomcfnij |
คำอธิบาย | Release browser resources by suspending the tabs you aren't using |
ขนาดไฟล์ | 15.6 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2021-12-29 |
วันที่เผยแพร่ | 2021-01-21 |
ผู้พัฒนา | valord577 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/valord577/theSaferSuspender |
URL หน้าช่วยเหลือ | https://github.com/valord577/theSaferSuspender/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "88.0", "author": "valord577", "name": "The Safer Suspender", "description": "Release browser resources by suspending the tabs you aren't using", "version": "1.5", "icons": { "128": "icons\/ic_suspender_707070_128x128.png" }, "homepage_url": "https:\/\/github.com\/valord577\/theSaferSuspender", "permissions": [ "tabs", "alarms", "storage", "unlimitedStorage" ], "background": { "service_worker": "backstage\/task.js" }, "browser_action": { "default_icon": { "128": "icons\/ic_suspender_707070_128x128.png" }, "default_title": "The Safer Suspender", "default_popup": "popup.html" } } |