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.

Wat is One Tab to Rule Them All?

One Tab to Rule Them All is een Chrome-extensie ontwikkeld door Michael Taylor, en de belangrijkste functie is "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie One Tab to Rule Them All

Download One Tab to Rule Them All-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam One Tab to Rule Them All One Tab to Rule Them All
ID ihdbhhgfjhgmkcemdmbicneejahfpmok
Officiële URL https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok
Beschrijving Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
Bestandsgrootte 22.21 KB
Aantal Installaties 34
Huidige Versie 1.2
Laatst Bijgewerkt 2018-08-07
Publicatiedatum 2018-08-07
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Michael Taylor
Betalingswijze free
Ondersteunde Talen 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
}