Navigator Difficulty Hider: Manhattan GMAT

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

Cos'è Navigator Difficulty Hider: Manhattan GMAT?

Navigator Difficulty Hider: Manhattan GMAT è un'estensione di Chrome sviluppata da Pranav Sharma, e la sua funzione principale è "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Navigator Difficulty Hider: Manhattan GMAT

Scarica i file di estensione Navigator Difficulty Hider: Manhattan GMAT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Navigator Difficulty Hider: Manhattan GMAT Navigator Difficulty Hider: Manhattan GMAT
ID donipeddhpgilegoelaoamahcgggafco
URL Ufficiale https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco
Descrizione Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
Dimensione del File 155 KB
Conteggio Installazioni 23
Versione Corrente 1.2
Ultimo Aggiornamento 2014-06-29
Data di Pubblicazione 2014-06-29
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Pranav Sharma
Tipo di Pagamento free
Sito Web dell'Estensione http://pranavsharma.info
Lingue Supportate 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"
            ]
        }
    ]
}