Tabalot

Limit the maximum number of open tabs

Qu'est-ce que Tabalot ?

Tabalot est une extension Chrome développée par https://matthewhadley.info, et sa fonction principale est "Limit the maximum number of open tabs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tabalot

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

                        Automatically limit the number of open tabs.

If you end up with too many tabs open, all reduced to a tiny size, this extension will help you keep those tabs under control. After reaching a configurable open tab limit, that excludes pinned tabs, Tabalot will automatically close the oldest unused tab. As you get close to your tab limit, the extension icon badge count will start to turn red and will flash red when it closes a tab.

Note that the tab badge count shows tabs in the current open window only (which seems to be a limitation on chrome) but will correctly update as you switch windows.

***PRIVACY POLICY***

Tabalot does not handle personal or sensitive user data.                    

Informations de Base sur l'Extension

Nom Tabalot Tabalot
ID oakcapkgmnkhiglcimjcbobnloldlcgf
URL Officiel https://chrome.google.com/webstore/detail/tabalot/oakcapkgmnkhiglcimjcbobnloldlcgf
Description Limit the maximum number of open tabs
Taille du Fichier 13.58 KB
Nombre d'Installations 67
Version Actuelle 2.0.0
Dernière Mise à Jour 2018-09-02
Date de Publication 2018-09-02
Évaluation 3.50/5 Total 4 Évaluations
Développeur https://matthewhadley.info
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabalot",
    "version": "2.0.0",
    "description": "Limit the maximum number of open tabs",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "Tabalot",
        "default_popup": "options.html"
    }
}