Max Tabs
A small extension to limit the number of open tabs.
What is Max Tabs?
Max Tabs is a Chrome extension developed by Unknown, and its main feature is "A small extension to limit the number of open tabs.".
Extension Screenshots
Download Max Tabs Extension CRX File
Download Max 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
Are you tired of too many open tabs? This handy extension helps you to limit the number of open tabs. It automatically closes the oldest and at least used tabs.
Extension Basic Information
Name | Max Tabs |
ID | ghhcibaghjbdjmnknknlnbobcblfcnma |
Official URL | https://chromewebstore.google.com/detail/max-tabs/ghhcibaghjbdjmnknknlnbobcblfcnma |
Description | A small extension to limit the number of open tabs. |
File Size | 35.65 KB |
Installation Count | 5,162 |
Current Version | 1.0.3 |
Last Updated | 2018-10-10 |
Publish Date | 2018-10-10 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A small extension to limit the number of open tabs.", "version": "1.0.3", "name": "Max Tabs", "options_page": "options.html", "permissions": [ "activeTab", "management", "storage", "tabs" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |