Navigator Difficulty Hider: Manhattan GMAT
Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
Was ist Navigator Difficulty Hider: Manhattan GMAT?
Navigator Difficulty Hider: Manhattan GMAT ist eine Chrome-Erweiterung, die von Pranav Sharma entwickelt wurde, und ihr Hauptmerkmal ist "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)".
Erweiterungsscreenshots
Navigator Difficulty Hider: Manhattan GMAT-Erweiterungs-CRX-Datei herunterladen
Laden Sie Navigator Difficulty Hider: Manhattan GMAT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | donipeddhpgilegoelaoamahcgggafco |
| Offizielle URL | https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco |
| Beschreibung | Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer) |
| Dateigröße | 155 KB |
| Installationsanzahl | 23 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2014-06-29 |
| Veröffentlichungsdatum | 2014-06-29 |
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
| Entwickler | Pranav Sharma |
| Zahlungsart | free |
| Erweiterungswebsite | http://pranavsharma.info |
| Unterstützte Sprachen | 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"
]
}
]
} | |