Navigator Difficulty Hider: Manhattan GMAT

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

Navigator Difficulty Hider: Manhattan GMAT क्या है?

Navigator Difficulty Hider: Manhattan GMAT Pranav Sharma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Navigator Difficulty Hider: Manhattan GMAT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Navigator Difficulty Hider: Manhattan GMAT Navigator Difficulty Hider: Manhattan GMAT
ID donipeddhpgilegoelaoamahcgggafco
आधिकारिक URL https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco
विवरण Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
फ़ाइल का आकार 155 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.2
अंतिम अपडेट 2014-06-29
प्रकाशन तिथि 2014-06-29
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Pranav Sharma
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://pranavsharma.info
समर्थित भाषाएँ 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"
            ]
        }
    ]
}