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.

Was ist One Tab to Rule Them All?

One Tab to Rule Them All ist eine Chrome-Erweiterung, die von Michael Taylor entwickelt wurde, und ihr Hauptmerkmal ist "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".

Erweiterungsscreenshots

screenshot

One Tab to Rule Them All-Erweiterungs-CRX-Datei herunterladen

Laden Sie One Tab to Rule Them All-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name One Tab to Rule Them All One Tab to Rule Them All
ID ihdbhhgfjhgmkcemdmbicneejahfpmok
Offizielle URL https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok
Beschreibung Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
Dateigröße 22.21 KB
Installationsanzahl 34
Aktuelle Version 1.2
Letztes Update 2018-08-07
Veröffentlichungsdatum 2018-08-07
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Michael Taylor
Zahlungsart free
Unterstützte Sprachen 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
}