One Tab to Rule Them All

Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.

What is One Tab to Rule Them All?

One Tab to Rule Them All is a Chrome extension developed by Michael Taylor, and its main feature is "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".

Extension Screenshots

screenshot

Download One Tab to Rule Them All Extension CRX File

Download One Tab to Rule Them All 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

                        This extension completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.                    

Extension Basic Information

Name One Tab to Rule Them All One Tab to Rule Them All
ID ihdbhhgfjhgmkcemdmbicneejahfpmok
Official URL https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok
Description Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
File Size 22.21 KB
Installation Count 34
Current Version 1.2
Last Updated 2018-08-07
Publish Date 2018-08-07
Rating 3.00/5 Total 2 Ratings
Developer Michael Taylor
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Tab to Rule Them All",
    "version": "1.2",
    "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}