3 Tabs Only
Allows a maximum of 3 open tabs
Was ist 3 Tabs Only?
3 Tabs Only ist eine Chrome-Erweiterung, die von One Who Tinkers entwickelt wurde, und ihr Hauptmerkmal ist "Allows a maximum of 3 open tabs".
Erweiterungsscreenshots
3 Tabs Only-Erweiterungs-CRX-Datei herunterladen
Laden Sie 3 Tabs Only-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
Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones. I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review. The script and manifest, for transparency: goo.gl/kac7nx goo.gl/V52guz Images made with Canva.
Grundlegende Informationen zur Erweiterung
Name | 3 Tabs Only |
ID | pkfpaiidmiemediimekjfmlbhnbofabd |
Offizielle URL | https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd |
Beschreibung | Allows a maximum of 3 open tabs |
Dateigröße | 37.33 KB |
Installationsanzahl | 515 |
Aktuelle Version | 7.10005 |
Letztes Update | 2020-03-01 |
Veröffentlichungsdatum | 2020-03-01 |
Bewertung | 4.69/5 Insgesamt 16 Bewertungen |
Entwickler | One Who Tinkers |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3 Tabs Only", "description": "Allows a maximum of 3 open tabs", "version": "7.10005", "background": { "scripts": [ "script.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |