Lazy Tabs
Discard all inactive tabs (except pinned) at startup or by clicking an icon
Lazy Tabsคืออะไร?
Lazy Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jman และคุณลักษณะหลักของมันคือ "Discard all inactive tabs (except pinned) at startup or by clicking an icon"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lazy Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Lazy Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically discards all tabs at startup or on demand (on icon click) for reducing memory consumption and unnecessary bandwidth usage. Without tracking and any permissions. Source code: https://github.com/jman/lazy_tab
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lazy Tabs |
ID | aabgbgciohhaogajcnacpgilhmacdahc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc |
คำอธิบาย | Discard all inactive tabs (except pinned) at startup or by clicking an icon |
ขนาดไฟล์ | 10.38 KB |
จำนวนการติดตั้ง | 7,560 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-06-22 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 3.68/5 รวมทั้งหมด 137 คะแนน |
ผู้พัฒนา | Jman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jman/lazy_tab |
URL หน้าช่วยเหลือ | https://github.com/jman/lazy_tab/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lazy Tabs", "version": "1.0.0", "manifest_version": 3, "description": "Discard all inactive tabs (except pinned) at startup or by clicking an icon", "incognito": "not_allowed", "minimum_chrome_version": "88", "action": { "default_title": "Discard other tabs", "default_icon": "ico_128.png" }, "background": { "service_worker": "background.js" }, "icons": { "128": "ico_128.png" } } |