Close Current Tab Button

A close tab button adds to the toolbar.

Vad är Close Current Tab Button?

Close Current Tab Button är en Chrome-tillägg utvecklad av Piak, och dess huvudfunktion är "A close tab button adds to the toolbar.".

Tilläggsskärmbilder

screenshot

Ladda ner Close Current Tab Button-förlängningens CRX-fil

Ladda ner Close Current Tab Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Close Current Tab Button Close Current Tab Button
ID jpbiknamaihiojmalpahjdcoognffldc
Officiell webbadress https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc
Beskrivning A close tab button adds to the toolbar.
Filstorlek 5.58 KB
Antal Installationer 433
Aktuell Version 1.0.2
Senast Uppdaterad 2023-03-09
Publiceringsdatum 2023-03-09
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare Piak
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}