Auto Tab Killer
Automatically closes idle tabs when system memory is low
Apa itu Auto Tab Killer?
Auto Tab Killer adalah ekstensi Chrome yang dikembangkan oleh tylercd100, dan fitur utamanya adalah "Automatically closes idle tabs when system memory is low".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Auto Tab Killer
Unduh file ekstensi Auto Tab Killer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Auto Tab Killer |
ID | pbhlehpofdimaamfbdemomgnjflpmacf |
URL Resmi | https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf |
Deskripsi | Automatically closes idle tabs when system memory is low |
Ukuran File | 101 KB |
Jumlah Instalasi | 324 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2015-12-28 |
Tanggal Publikasi | 2015-12-27 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | tylercd100 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |