Navigator Difficulty Hider: Manhattan GMAT

Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)

Qu'est-ce que Navigator Difficulty Hider: Manhattan GMAT ?

Navigator Difficulty Hider: Manhattan GMAT est une extension Chrome développée par Pranav Sharma, et sa fonction principale est "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Navigator Difficulty Hider: Manhattan GMAT

Téléchargez les fichiers d'extension Navigator Difficulty Hider: Manhattan GMAT 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

                        Use this extension to hide the difficulty level in the Manhattan GMAT Navigator (Previously: Archer). This extension adds a Show/Hide link next to the Difficulty section, similar to the Topic section.

Developed by: Pranav Sharma
Course: DC Spring G 2014
Instructor: Marcus Hedahl                    

Informations de Base sur l'Extension

Nom Navigator Difficulty Hider: Manhattan GMAT Navigator Difficulty Hider: Manhattan GMAT
ID donipeddhpgilegoelaoamahcgggafco
URL Officiel https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco
Description Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
Taille du Fichier 155 KB
Nombre d'Installations 23
Version Actuelle 1.2
Dernière Mise à Jour 2014-06-29
Date de Publication 2014-06-29
Évaluation 4.50/5 Total 2 Évaluations
Développeur Pranav Sharma
Type de Paiement free
Site Web de l'Extension http://pranavsharma.info
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Navigator Difficulty Hider: Manhattan GMAT",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)",
    "homepage_url": "http:\/\/pranavsharma.info",
    "icons": {
        "16": "icons\/pranavsharma16.png",
        "48": "icons\/pranavsharma48.png",
        "128": "icons\/pranavsharma128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.manhattangmat.com\/ogc.cfm*",
                "http:\/\/www.manhattangmat.com\/ogc.cfm*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery.cookie.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}