Tab Limiter
Limit the number of open tabs – in total and per window
Was ist Tab Limiter?
Tab Limiter ist eine Chrome-Erweiterung, die von Matthias Vogt entwickelt wurde, und ihr Hauptmerkmal ist "Limit the number of open tabs – in total and per window".
Erweiterungsscreenshots
Tab Limiter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Limiter-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
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.
Grundlegende Informationen zur Erweiterung
Name | Tab Limiter |
ID | pbpfchnddjilendkobiabenojlniemoh |
Offizielle URL | https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh |
Beschreibung | Limit the number of open tabs – in total and per window |
Dateigröße | 159 KB |
Installationsanzahl | 50,000 |
Aktuelle Version | 0.4.0 |
Letztes Update | 2020-12-23 |
Veröffentlichungsdatum | 2020-04-21 |
Bewertung | 4.48/5 Insgesamt 29 Bewertungen |
Entwickler | Matthias Vogt |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/matthias-vogt/tab-limiter |
Hilfeseite URL | https://github.com/matthias-vogt/tab-limiter |
Unterstützte Sprachen | 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 } |