Allowed Tabs
Set the maximum number of open tabs allowed in the browser.
Wat is Allowed Tabs?
Allowed Tabs is een Chrome-extensie ontwikkeld door Fernando Dilland, en de belangrijkste functie is "Set the maximum number of open tabs allowed in the browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Allowed Tabs
Download Allowed Tabs-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
Manage the number of tabs you are allowed to keep open at the same time in the browser.
Basisinformatie over de Extensie
Naam | Allowed Tabs |
ID | deglahadfhbjhkcphfhmanmjdmokhcaa |
Officiële URL | https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa |
Beschrijving | Set the maximum number of open tabs allowed in the browser. |
Bestandsgrootte | 279 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2021-07-16 |
Publicatiedatum | 2021-07-12 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Fernando Dilland |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/fernandomireles/static-allowed-tabs |
Ondersteunde Talen | de,en,fr,nl,da,et,es,it,lv,hu,pl,pt-BR,fi,sv,cs,el,bg,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDesc__", "default_locale": "en", "version": "0.1.1", "author": "Fernando Mireles", "homepage_url": "https:\/\/github.com\/fernandomireles\/allowed-tabs", "background": { "scripts": [ "static\/background.js" ] }, "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "browser_action": { "default_icon": "static\/icon-small.png", "default_popup": "static\/options.html" }, "options_page": "static\/options.html", "permissions": [ "storage" ], "web_accessible_resources": [ "static\/icon-small.png", "static\/icon.png" ] } |