Allowed Tabs
Set the maximum number of open tabs allowed in the browser.
What is Allowed Tabs?
Allowed Tabs is a Chrome extension developed by Fernando Dilland, and its main feature is "Set the maximum number of open tabs allowed in the browser.".
Extension Screenshots
Download Allowed Tabs Extension CRX File
Download Allowed Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Manage the number of tabs you are allowed to keep open at the same time in the browser.
Extension Basic Information
Name | Allowed Tabs |
ID | deglahadfhbjhkcphfhmanmjdmokhcaa |
Official URL | https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa |
Description | Set the maximum number of open tabs allowed in the browser. |
File Size | 279 KB |
Installation Count | 32 |
Current Version | 0.1.1 |
Last Updated | 2021-07-16 |
Publish Date | 2021-07-12 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Fernando Dilland |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/fernandomireles/static-allowed-tabs |
Supported Languages | 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" ] } |