Tab Limiter

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

Wat is Tab Limiter?

Tab Limiter is een Chrome-extensie ontwikkeld door Matthias Vogt, en de belangrijkste functie is "Limit the number of open tabs – in total and per window".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Limiter

Download Tab Limiter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tab Limiter Tab Limiter
ID pbpfchnddjilendkobiabenojlniemoh
Officiële URL https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh
Beschrijving Limit the number of open tabs – in total and per window
Bestandsgrootte 159 KB
Aantal Installaties 50,000
Huidige Versie 0.4.0
Laatst Bijgewerkt 2020-12-23
Publicatiedatum 2020-04-21
Beoordeling 4.48/5 Totaal 29 Beoordelingen
Ontwikkelaar Matthias Vogt
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/matthias-vogt/tab-limiter
Help Pagina-URL https://github.com/matthias-vogt/tab-limiter
Ondersteunde Talen 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
}