Close All Tabs

Close all open tabs and create an empty tab

Vad är Close All Tabs?

Close All Tabs är en Chrome-tillägg utvecklad av iris009147, och dess huvudfunktion är "Close all open tabs and create an empty tab".

Tilläggsskärmbilder

screenshot

Ladda ner Close All Tabs-förlängningens CRX-fil

Ladda ner Close All Tabs-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

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

Grundläggande Information om Tillägg

Namn Close All Tabs Close All Tabs
ID dlpdgeljpkenimejgdeaainabjjmknlp
Officiell webbadress https://chromewebstore.google.com/detail/close-all-tabs/dlpdgeljpkenimejgdeaainabjjmknlp
Beskrivning Close all open tabs and create an empty tab
Filstorlek 12.25 KB
Antal Installationer 308
Aktuell Version 0.0.1
Senast Uppdaterad 2022-01-08
Publiceringsdatum 2022-01-08
Utvecklare iris009147
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://midhunz.github.io/close-all-tabs/
Stödda Språk 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": []
}