Navigator Difficulty Hider: Manhattan GMAT

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

What is Navigator Difficulty Hider: Manhattan GMAT?

Navigator Difficulty Hider: Manhattan GMAT is a Chrome extension developed by Pranav Sharma, and its main feature is "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)".

Extension Screenshots

screenshot
screenshot

Download Navigator Difficulty Hider: Manhattan GMAT Extension CRX File

Download Navigator Difficulty Hider: Manhattan GMAT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Navigator Difficulty Hider: Manhattan GMAT Navigator Difficulty Hider: Manhattan GMAT
ID donipeddhpgilegoelaoamahcgggafco
Official URL https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco
Description Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
File Size 155 KB
Installation Count 23
Current Version 1.2
Last Updated 2014-06-29
Publish Date 2014-06-29
Rating 4.50/5 Total 2 Ratings
Developer Pranav Sharma
Payment Type free
Extension Website http://pranavsharma.info
Supported Languages 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"
            ]
        }
    ]
}