Close All Tabs

Close all open tabs, pinned tabs, and incognito mode tabs.

Cos'è Close All Tabs?

Close All Tabs è un'estensione di Chrome sviluppata da mark.smith56725, e la sua funzione principale è "Close all open tabs, pinned tabs, and incognito mode tabs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Close All Tabs

Scarica i file di estensione Close All Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Easy Tab Cleanup is the quickest way to manage your chrome tabs. Allows for quick and easy access to close tabs manage tabs, and customize options for private browsing mode. 

easy Tab clean-up allows for users to specify certain settings and save these settings in your browser. Easy Tab Clean Up does not save your personal data. To find out more please visit easytabcleanup.com/?a=privacy                    

Informazioni di Base sull'Estensione

Nome Close All Tabs Close All Tabs
ID cgclhkbaopocbigfahclandepkfhnnnf
URL Ufficiale https://chromewebstore.google.com/detail/close-all-tabs/cgclhkbaopocbigfahclandepkfhnnnf
Descrizione Close all open tabs, pinned tabs, and incognito mode tabs.
Dimensione del File 30.15 KB
Conteggio Installazioni 5,908
Versione Corrente 1.1.7
Ultimo Aggiornamento 2022-10-04
Data di Pubblicazione 2022-10-04
Sviluppatore mark.smith56725
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://easytabcleanup.com
URL della Pagina di Aiuto https://easytabcleanup.com/?a=privacy
URL della Pagina della Politica sulla Privacy http://easytabcleanup.com?a=privacy
Lingue Supportate en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Easy Tab Clean Up"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "description": "Close all open tabs, pinned tabs, and incognito mode tabs.",
    "homepage_url": "https:\/\/easytabcleanup.com\/",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Close All Tabs",
    "options_ui": {
        "open_in_tab": true,
        "page": "\/options\/options.html"
    },
    "permissions": [
        "contextMenus",
        "webNavigation",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7"
}