Close All Tabs
Close all open tabs and create an empty tab
Apa itu Close All Tabs?
Close All Tabs adalah ekstensi Chrome yang dikembangkan oleh iris009147, dan fitur utamanya adalah "Close all open tabs and create an empty tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Close All Tabs
Unduh file ekstensi Close All 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
This crome Extension extension allows users to quickly close all open tabs in all open windows
Informasi Dasar Ekstensi
Nama | |
ID | dlpdgeljpkenimejgdeaainabjjmknlp |
URL Resmi | https://chromewebstore.google.com/detail/close-all-tabs/dlpdgeljpkenimejgdeaainabjjmknlp |
Deskripsi | Close all open tabs and create an empty tab |
Ukuran File | 12.25 KB |
Jumlah Instalasi | 308 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2022-01-08 |
Tanggal Publikasi | 2022-01-08 |
Pengembang | iris009147 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://midhunz.github.io/close-all-tabs/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Close All Tabs", "description": "Close all open tabs and create an empty tab", "version": "0.0.1", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": [] } |