Tab Limiter

Limit the number of open tabs – in total and per window

Qu'est-ce que Tab Limiter ?

Tab Limiter est une extension Chrome développée par Matthias Vogt, et sa fonction principale est "Limit the number of open tabs – in total and per window".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Limiter

Téléchargez les fichiers d'extension Tab Limiter 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

                        Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once.
You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.                    

Informations de Base sur l'Extension

Nom Tab Limiter Tab Limiter
ID pbpfchnddjilendkobiabenojlniemoh
URL Officiel https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh
Description Limit the number of open tabs – in total and per window
Taille du Fichier 159 KB
Nombre d'Installations 50,000
Version Actuelle 0.4.0
Dernière Mise à Jour 2020-12-23
Date de Publication 2020-04-21
Évaluation 4.48/5 Total 29 Évaluations
Développeur Matthias Vogt
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/matthias-vogt/tab-limiter
URL de la Page d'Aide https://github.com/matthias-vogt/tab-limiter
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Limiter",
    "description": "Limit the number of open tabs \u2013 in total and per window",
    "version": "0.4.0",
    "author": "Matthias Vogt",
    "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Tab Limiter"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}