Auto-Close New Tabs

Allow only one new tab page at a time.

Qu'est-ce que Auto-Close New Tabs ?

Auto-Close New Tabs est une extension Chrome développée par eliasedgren1, et sa fonction principale est "Allow only one new tab page at a time.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto-Close New Tabs

Téléchargez les fichiers d'extension Auto-Close New Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.                    

Informations de Base sur l'Extension

Nom Auto-Close New Tabs Auto-Close New Tabs
ID flenhhkdfknhebichfkhmefaoembifcm
URL Officiel https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm
Description Allow only one new tab page at a time.
Taille du Fichier 28.04 KB
Nombre d'Installations 32
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2021-12-29
Date de Publication 2021-12-27
Développeur eliasedgren1
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto-Close New Tabs",
    "version": "0.0.0.2",
    "description": "Allow only one new tab page at a time.",
    "manifest_version": 3,
    "incognito": "not_allowed",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}