MYTD

MYTD Tab Destroyer limits tabs to increase your browsing efficiency.

Qu'est-ce que MYTD ?

MYTD est une extension Chrome développée par mmche12, et sa fonction principale est "MYTD Tab Destroyer limits tabs to increase your browsing efficiency.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MYTD

Téléchargez les fichiers d'extension MYTD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom MYTD MYTD
ID dcikbgjmaafcfopfineffopjennkkcao
URL Officiel https://chrome.google.com/webstore/detail/mytd/dcikbgjmaafcfopfineffopjennkkcao
Description MYTD Tab Destroyer limits tabs to increase your browsing efficiency.
Taille du Fichier 3.27 MB
Nombre d'Installations 32
Version Actuelle 1.1
Dernière Mise à Jour 2017-08-10
Date de Publication 2017-08-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur mmche12
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}