SelfDestruct Inactive Tabs
Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
Apa itu SelfDestruct Inactive Tabs?
SelfDestruct Inactive Tabs adalah ekstensi Chrome yang dikembangkan oleh swiftace, dan fitur utamanya adalah "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SelfDestruct Inactive Tabs
Unduh file ekstensi SelfDestruct Inactive Tabs 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
Closes inactive tabs after 1 hour of inactivity. The active tab in each open window is left untouched. Automatic closing can be disabled for particular tabs by clicking the extension icon (the bomb will turn into a pin, indicating that the tab is pinned).
Informasi Dasar Ekstensi
Nama | SelfDestruct Inactive Tabs |
ID | dijgiekinoipkcnpjckingeodlhbbkmo |
URL Resmi | https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo |
Deskripsi | Inactive tabs are closed automatically after 1 hour, unless you don't want them to be. |
Ukuran File | 25.96 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2017-04-08 |
Tanggal Publikasi | 2017-04-07 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | swiftace |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SelfDestruct Inactive Tabs", "version": "0.0.3", "description": "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.", "browser_action": { "default_icon": "images\/bomb.png" }, "icons": { "128": "images\/bomb.png" }, "background": { "scripts": [ "background.js" ] } } |