MYTD

MYTD Tab Destroyer limits tabs to increase your browsing efficiency.

Wat is MYTD?

MYTD is een Chrome-extensie ontwikkeld door mmche12, en de belangrijkste functie is "MYTD Tab Destroyer limits tabs to increase your browsing efficiency.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MYTD

Download MYTD-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

                        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!                    

Basisinformatie over de Extensie

Naam MYTD MYTD
ID dcikbgjmaafcfopfineffopjennkkcao
Officiële URL https://chrome.google.com/webstore/detail/mytd/dcikbgjmaafcfopfineffopjennkkcao
Beschrijving MYTD Tab Destroyer limits tabs to increase your browsing efficiency.
Bestandsgrootte 3.27 MB
Aantal Installaties 32
Huidige Versie 1.1
Laatst Bijgewerkt 2017-08-10
Publicatiedatum 2017-08-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mmche12
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}