Navigator Difficulty Hider: Manhattan GMAT
Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
Co je Navigator Difficulty Hider: Manhattan GMAT?
Navigator Difficulty Hider: Manhattan GMAT je rozšíření Chrome vyvinuté Pranav Sharma, a jeho hlavní funkcí je „Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Navigator Difficulty Hider: Manhattan GMAT
Stáhněte si soubory rozšíření Navigator Difficulty Hider: Manhattan GMAT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | donipeddhpgilegoelaoamahcgggafco |
| Oficiální URL | https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco |
| Popis | Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer) |
| Velikost souboru | 155 KB |
| Počet instalací | 23 |
| Aktuální Verze | 1.2 |
| Poslední Aktualizace | 2014-06-29 |
| Datum Vydání | 2014-06-29 |
| Hodnocení | 4.50/5 Celkem 2 Hodnocení |
| Vývojář | Pranav Sharma |
| Typ Platby | free |
| Webové stránky Rozšíření | http://pranavsharma.info |
| Podporované Jazyky | 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"
]
}
]
} | |