Auto Tab Killer
Automatically closes idle tabs when system memory is low
Auto Tab Killerคืออะไร?
Auto Tab Killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tylercd100 และคุณลักษณะหลักของมันคือ "Automatically closes idle tabs when system memory is low"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Tab Killer
ดาวน์โหลดไฟล์ส่วนขยาย Auto Tab Killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically closes idle tabs when system memory drops below your specified limit. Caution: This extension will close tabs when you're not looking! Note: You can disable/enable Auto Tab Killer easily by clicking on the icon. Auto Tab Killer is very simple to setup however you please! Version 1.1.0 -Does not kill tabs when system is idle/locked.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Tab Killer |
ID | pbhlehpofdimaamfbdemomgnjflpmacf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf |
คำอธิบาย | Automatically closes idle tabs when system memory is low |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 324 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2015-12-28 |
วันที่เผยแพร่ | 2015-12-27 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | tylercd100 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Tyler Arbon @tylercd100", "name": "Auto Tab Killer", "description": "Automatically closes idle tabs when system memory is low", "version": "1.1.0", "browser_action": { "default_icon": "icon_19.png" }, "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "libs\/moment.min.js", "libs\/lodash.js", "libs\/functions.js", "background.js" ] }, "options_page": "options.html", "offline_enabled": true, "permissions": [ "idle", "system.memory", "storage", "background" ] } |