Close All Tabs

Close all open tabs and create an empty tab

Wat is Close All Tabs?

Close All Tabs is een Chrome-extensie ontwikkeld door iris009147, en de belangrijkste functie is "Close all open tabs and create an empty tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Close All Tabs

Download Close All Tabs-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

                        This crome Extension extension allows users to quickly close all open tabs in all open windows                    

Basisinformatie over de Extensie

Naam Close All Tabs Close All Tabs
ID dlpdgeljpkenimejgdeaainabjjmknlp
Officiële URL https://chromewebstore.google.com/detail/close-all-tabs/dlpdgeljpkenimejgdeaainabjjmknlp
Beschrijving Close all open tabs and create an empty tab
Bestandsgrootte 12.25 KB
Aantal Installaties 308
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-01-08
Publicatiedatum 2022-01-08
Ontwikkelaar iris009147
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://midhunz.github.io/close-all-tabs/
Ondersteunde Talen 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": []
}