Allowed Tabs
Set the maximum number of open tabs allowed in the browser.
Qu'est-ce que Allowed Tabs ?
Allowed Tabs est une extension Chrome développée par Fernando Dilland, et sa fonction principale est "Set the maximum number of open tabs allowed in the browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Allowed Tabs
Téléchargez les fichiers d'extension Allowed Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Manage the number of tabs you are allowed to keep open at the same time in the browser.
Informations de Base sur l'Extension
Nom | Allowed Tabs |
ID | deglahadfhbjhkcphfhmanmjdmokhcaa |
URL Officiel | https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa |
Description | Set the maximum number of open tabs allowed in the browser. |
Taille du Fichier | 279 KB |
Nombre d'Installations | 32 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2021-07-16 |
Date de Publication | 2021-07-12 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Fernando Dilland |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/fernandomireles/static-allowed-tabs |
Langues Prises en Charge | 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" ] } |