Navigator Difficulty Hider: Manhattan GMAT
Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
Hvad er Navigator Difficulty Hider: Manhattan GMAT?
Navigator Difficulty Hider: Manhattan GMAT er en Chrome-udvidelse udviklet af Pranav Sharma, og dens hovedfunktion er "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)".
Udvidelsesskærmbilleder
Download Navigator Difficulty Hider: Manhattan GMAT-udvidelses-CRX-fil
Download Navigator Difficulty Hider: Manhattan GMAT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | donipeddhpgilegoelaoamahcgggafco |
| Officiel URL | https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco |
| Beskrivelse | Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer) |
| Filstørrelse | 155 KB |
| Antal Installationer | 23 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2014-06-29 |
| Udgivelsesdato | 2014-06-29 |
| Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
| Udvikler | Pranav Sharma |
| Betalingsmetode | free |
| Udvidelseswebsted | http://pranavsharma.info |
| Understøttede Sprog | 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"
]
}
]
} | |