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.

Vad är One Tab to Rule Them All?

One Tab to Rule Them All är en Chrome-tillägg utvecklad av Michael Taylor, och dess huvudfunktion är "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".

Tilläggsskärmbilder

screenshot

Ladda ner One Tab to Rule Them All-förlängningens CRX-fil

Ladda ner One Tab to Rule Them All-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn One Tab to Rule Them All One Tab to Rule Them All
ID ihdbhhgfjhgmkcemdmbicneejahfpmok
Officiell webbadress https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok
Beskrivning Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
Filstorlek 22.21 KB
Antal Installationer 34
Aktuell Version 1.2
Senast Uppdaterad 2018-08-07
Publiceringsdatum 2018-08-07
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Michael Taylor
Betalningssätt free
Stödda Språk 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
}