Navigator Difficulty Hider: Manhattan GMAT
Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
Wat is Navigator Difficulty Hider: Manhattan GMAT?
Navigator Difficulty Hider: Manhattan GMAT is een Chrome-extensie ontwikkeld door Pranav Sharma, en de belangrijkste functie is "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)".
Extensie Screenshots
Download het CRX-bestand van de extensie Navigator Difficulty Hider: Manhattan GMAT
Download Navigator Difficulty Hider: Manhattan GMAT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | donipeddhpgilegoelaoamahcgggafco |
| Officiële URL | https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco |
| Beschrijving | Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer) |
| Bestandsgrootte | 155 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2014-06-29 |
| Publicatiedatum | 2014-06-29 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Pranav Sharma |
| Betalingswijze | free |
| Extensiewebsite | http://pranavsharma.info |
| Ondersteunde Talen | 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"
]
}
]
} | |