Close Current Tab Button

A close tab button adds to the toolbar.

Wat is Close Current Tab Button?

Close Current Tab Button is een Chrome-extensie ontwikkeld door Piak, en de belangrijkste functie is "A close tab button adds to the toolbar.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Close Current Tab Button

Download Close Current Tab Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Close Current Tab Button Close Current Tab Button
ID jpbiknamaihiojmalpahjdcoognffldc
Officiële URL https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc
Beschrijving A close tab button adds to the toolbar.
Bestandsgrootte 5.58 KB
Aantal Installaties 433
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-03-09
Publicatiedatum 2023-03-09
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Piak
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}