Tab Close Timer
Closes the tab after specified time!
Apa itu Tab Close Timer?
Tab Close Timer adalah ekstensi Chrome yang dikembangkan oleh Aditya Mhatre, dan fitur utamanya adalah "Closes the tab after specified time!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Close Timer
Unduh file ekstensi Tab Close Timer 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
Watching YouTube videos for extended number of times and want to control it? Now you can with this extension. Simply enter the desired number of hours and minutes in the extension and click OK. The tab will automatically close after the set time.
Informasi Dasar Ekstensi
Nama | Tab Close Timer |
ID | fjcngjmpebbfdjpndmlbfoldgiinpfcf |
URL Resmi | https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf |
Deskripsi | Closes the tab after specified time! |
Ukuran File | 15.29 KB |
Jumlah Instalasi | 3,119 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-01-19 |
Tanggal Publikasi | 2022-01-18 |
Penilaian | 4.00/5 Total 7 Penilaian |
Pengembang | Aditya Mhatre |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Close Timer", "description": "Closes the tab after specified time!", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "alarms" ], "action": { "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" } } |