Tab Limiter
Limit the number of open tabs – in total and per window
What is Tab Limiter?
Tab Limiter is a Chrome extension developed by Matthias Vogt, and its main feature is "Limit the number of open tabs – in total and per window".
Extension Screenshots
Download Tab Limiter Extension CRX File
Download Tab Limiter 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
Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once. You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.
Extension Basic Information
Name | Tab Limiter |
ID | pbpfchnddjilendkobiabenojlniemoh |
Official URL | https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh |
Description | Limit the number of open tabs – in total and per window |
File Size | 159 KB |
Installation Count | 50,000 |
Current Version | 0.4.0 |
Last Updated | 2020-12-23 |
Publish Date | 2020-04-21 |
Rating | 4.48/5 Total 29 Ratings |
Developer | Matthias Vogt |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/matthias-vogt/tab-limiter |
Help Page URL | https://github.com/matthias-vogt/tab-limiter |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Limiter", "description": "Limit the number of open tabs \u2013 in total and per window", "version": "0.4.0", "author": "Matthias Vogt", "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "Tab Limiter" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "manifest_version": 2 } |