Auto-Close New Tabs
Allow only one new tab page at a time.
Apa itu Auto-Close New Tabs?
Auto-Close New Tabs adalah ekstensi Chrome yang dikembangkan oleh eliasedgren1, dan fitur utamanya adalah "Allow only one new tab page at a time.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Auto-Close New Tabs
Unduh file ekstensi Auto-Close New 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
Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.
Informasi Dasar Ekstensi
Nama | Auto-Close New Tabs |
ID | flenhhkdfknhebichfkhmefaoembifcm |
URL Resmi | https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm |
Deskripsi | Allow only one new tab page at a time. |
Ukuran File | 28.04 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 0.0.0.2 |
Terakhir Diperbarui | 2021-12-29 |
Tanggal Publikasi | 2021-12-27 |
Pengembang | eliasedgren1 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto-Close New Tabs", "version": "0.0.0.2", "description": "Allow only one new tab page at a time.", "manifest_version": 3, "incognito": "not_allowed", "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |