3 Tabs Only
Allows a maximum of 3 open tabs
What is 3 Tabs Only?
3 Tabs Only is a Chrome extension developed by One Who Tinkers, and its main feature is "Allows a maximum of 3 open tabs".
Extension Screenshots
Download 3 Tabs Only Extension CRX File
Download 3 Tabs Only 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
Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones. I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review. The script and manifest, for transparency: goo.gl/kac7nx goo.gl/V52guz Images made with Canva.
Extension Basic Information
Name | 3 Tabs Only |
ID | pkfpaiidmiemediimekjfmlbhnbofabd |
Official URL | https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd |
Description | Allows a maximum of 3 open tabs |
File Size | 37.33 KB |
Installation Count | 515 |
Current Version | 7.10005 |
Last Updated | 2020-03-01 |
Publish Date | 2020-03-01 |
Rating | 4.69/5 Total 16 Ratings |
Developer | One Who Tinkers |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3 Tabs Only", "description": "Allows a maximum of 3 open tabs", "version": "7.10005", "background": { "scripts": [ "script.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |