3 Tabs Only
Allows a maximum of 3 open tabs
Wat is 3 Tabs Only?
3 Tabs Only is een Chrome-extensie ontwikkeld door One Who Tinkers, en de belangrijkste functie is "Allows a maximum of 3 open tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie 3 Tabs Only
Download 3 Tabs Only-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | pkfpaiidmiemediimekjfmlbhnbofabd |
| Officiële URL | https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd |
| Beschrijving | Allows a maximum of 3 open tabs |
| Bestandsgrootte | 37.33 KB |
| Aantal Installaties | 515 |
| Huidige Versie | 7.10005 |
| Laatst Bijgewerkt | 2020-03-01 |
| Publicatiedatum | 2020-03-01 |
| Beoordeling | 4.69/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | One Who Tinkers |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |