Navigator Difficulty Hider: Manhattan GMAT
Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
Co to jest Navigator Difficulty Hider: Manhattan GMAT?
Navigator Difficulty Hider: Manhattan GMAT to rozszerzenie Chrome opracowane przez Pranav Sharma, a jego główną funkcją jest „Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Navigator Difficulty Hider: Manhattan GMAT
Pobierz pliki rozszerzeń Navigator Difficulty Hider: Manhattan GMAT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | donipeddhpgilegoelaoamahcgggafco |
| Oficjalny URL | https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco |
| Opis | Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer) |
| Rozmiar pliku | 155 KB |
| Liczba instalacji | 23 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2014-06-29 |
| Data Publikacji | 2014-06-29 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | Pranav Sharma |
| Typ Płatności | free |
| Strona Rozszerzenia | http://pranavsharma.info |
| Obsługiwane Języki | 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"
]
}
]
} | |