3 Tabs Only

Allows a maximum of 3 open tabs

Qu'est-ce que 3 Tabs Only ?

3 Tabs Only est une extension Chrome développée par One Who Tinkers, et sa fonction principale est "Allows a maximum of 3 open tabs".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 3 Tabs Only

Téléchargez les fichiers d'extension 3 Tabs Only 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

                        Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones.

I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review.

The script and manifest, for transparency:
goo.gl/kac7nx
goo.gl/V52guz

Images made with Canva.                    

Informations de Base sur l'Extension

Nom 3 Tabs Only 3 Tabs Only
ID pkfpaiidmiemediimekjfmlbhnbofabd
URL Officiel https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd
Description Allows a maximum of 3 open tabs
Taille du Fichier 37.33 KB
Nombre d'Installations 515
Version Actuelle 7.10005
Dernière Mise à Jour 2020-03-01
Date de Publication 2020-03-01
Évaluation 4.69/5 Total 16 Évaluations
Développeur One Who Tinkers
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3 Tabs Only",
    "description": "Allows a maximum of 3 open tabs",
    "version": "7.10005",
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}