Allowed Tabs
Set the maximum number of open tabs allowed in the browser.
Cos'è Allowed Tabs?
Allowed Tabs è un'estensione di Chrome sviluppata da Fernando Dilland, e la sua funzione principale è "Set the maximum number of open tabs allowed in the browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Allowed Tabs
Scarica i file di estensione Allowed Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Manage the number of tabs you are allowed to keep open at the same time in the browser.
Informazioni di Base sull'Estensione
Nome | Allowed Tabs |
ID | deglahadfhbjhkcphfhmanmjdmokhcaa |
URL Ufficiale | https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa |
Descrizione | Set the maximum number of open tabs allowed in the browser. |
Dimensione del File | 279 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2021-07-16 |
Data di Pubblicazione | 2021-07-12 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Fernando Dilland |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/fernandomireles/static-allowed-tabs |
Lingue Supportate | 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" ] } |