Native Lazy Tabs
Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.
Native Lazy Tabsคืออะไร?
Native Lazy Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jacob "kurtextrem" Groß และคุณลักษณะหลักของมันคือ "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Native Lazy Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Native Lazy Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically discards all tabs at startup, before they load (CPU usage), reducing memory footprint and unnecessary bandwidth usage. Click on the icon to discard all tabs apart from the currently active one. It uses the most recent APIs available in Chrome & Manifest V3.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | algdjijplmdpmfiffdhcdiiplolemffk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/native-lazy-tabs/algdjijplmdpmfiffdhcdiiplolemffk |
คำอธิบาย | Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage. |
ขนาดไฟล์ | 13.38 KB |
จำนวนการติดตั้ง | 162 |
เวอร์ชันปัจจุบัน | 0.8 |
อัปเดตครั้งล่าสุด | 2021-07-05 |
วันที่เผยแพร่ | 2021-07-05 |
ผู้พัฒนา | Jacob "kurtextrem" Groß |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.kurtextrem.de/chrome/PRIVACY.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "eventPage.js" }, "action": { "default_title": "Left-click to discard all tabs" }, "description": "Automatically discards all tabs at startup, before they load, reducing memory footprint and unnecessary bandwidth usage.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "Native Lazy Tabs", "permissions": [ "tabs" ], "version": "0.8" } |