MYTD

MYTD Tab Destroyer limits tabs to increase your browsing efficiency.

Was ist MYTD?

MYTD ist eine Chrome-Erweiterung, die von mmche12 entwickelt wurde, und ihr Hauptmerkmal ist "MYTD Tab Destroyer limits tabs to increase your browsing efficiency.".

Erweiterungsscreenshots

screenshot

MYTD-Erweiterungs-CRX-Datei herunterladen

Laden Sie MYTD-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

                        MYTD is a simple tab controller that limits the amount of tabs per window and improves your web browsing efficiency.  Set the maximum number of tabs and enjoy!                    

Grundlegende Informationen zur Erweiterung

Name MYTD MYTD
ID dcikbgjmaafcfopfineffopjennkkcao
Offizielle URL https://chrome.google.com/webstore/detail/mytd/dcikbgjmaafcfopfineffopjennkkcao
Beschreibung MYTD Tab Destroyer limits tabs to increase your browsing efficiency.
Dateigröße 3.27 MB
Installationsanzahl 32
Aktuelle Version 1.1
Letztes Update 2017-08-10
Veröffentlichungsdatum 2017-08-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler mmche12
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MYTD",
    "description": "MYTD Tab Destroyer limits tabs to increase your browsing efficiency.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icons\/mytd-icon.png",
        "default_popup": "tabcontrol.html"
    },
    "icons": {
        "16": "icons\/mytd-icon.png",
        "48": "icons\/mytd-48.png",
        "128": "icons\/mytd-128.png"
    },
    "background": {
        "scripts": [
            "tabbackground.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ]
}