Close Current Tab Button

A close tab button adds to the toolbar.

Apa itu Close Current Tab Button?

Close Current Tab Button adalah ekstensi Chrome yang dikembangkan oleh Piak, dan fitur utamanya adalah "A close tab button adds to the toolbar.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Close Current Tab Button

Unduh file ekstensi Close Current Tab Button 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

                        Single click close tab button adds to the toolbar. Useful when you have many tabs opened and need to close them faster.

Port Firefox add-ons to Chrome : Simple Close Tab button v1.2

Release Note:
1.0.2
- Remove unused initialize permission.                    

Informasi Dasar Ekstensi

Nama Close Current Tab Button Close Current Tab Button
ID jpbiknamaihiojmalpahjdcoognffldc
URL Resmi https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc
Deskripsi A close tab button adds to the toolbar.
Ukuran File 5.58 KB
Jumlah Instalasi 433
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-03-09
Tanggal Publikasi 2023-03-09
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Piak
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Current Tab Button",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "A close tab button adds to the toolbar.",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}