Tab Timeout
This extension allows the user to set a timeout for the current tab to close
Apa itu Tab Timeout?
Tab Timeout adalah ekstensi Chrome yang dikembangkan oleh brentengust, dan fitur utamanya adalah "This extension allows the user to set a timeout for the current tab to close".
Unduh Berkas CRX Ekstensi Tab Timeout
Unduh file ekstensi Tab Timeout 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
Informasi Dasar Ekstensi
Nama | Tab Timeout |
ID | ipfhphdnknhbgmndmfhefbcdcopplijj |
URL Resmi | https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj |
Deskripsi | This extension allows the user to set a timeout for the current tab to close |
Ukuran File | 286 KB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-04-07 |
Tanggal Publikasi | 2018-04-07 |
Pengembang | brentengust |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Timeout", "description": "This extension allows the user to set a timeout for the current tab to close", "version": "1.0", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "alarms" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |