Tabalot

Limit the maximum number of open tabs

Was ist Tabalot?

Tabalot ist eine Chrome-Erweiterung, die von https://matthewhadley.info entwickelt wurde, und ihr Hauptmerkmal ist "Limit the maximum number of open tabs".

Erweiterungsscreenshots

screenshot

Tabalot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabalot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tabalot Tabalot
ID oakcapkgmnkhiglcimjcbobnloldlcgf
Offizielle URL https://chrome.google.com/webstore/detail/tabalot/oakcapkgmnkhiglcimjcbobnloldlcgf
Beschreibung Limit the maximum number of open tabs
Dateigröße 13.58 KB
Installationsanzahl 67
Aktuelle Version 2.0.0
Letztes Update 2018-09-02
Veröffentlichungsdatum 2018-09-02
Bewertung 3.50/5 Insgesamt 4 Bewertungen
Entwickler https://matthewhadley.info
Zahlungsart free
Unterstützte Sprachen 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"
    }
}