Navigator Difficulty Hider: Manhattan GMAT
Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
Что такое Navigator Difficulty Hider: Manhattan GMAT?
Navigator Difficulty Hider: Manhattan GMAT - это расширение Chrome, разработанное Pranav Sharma, и его основная функция - "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)".
Снимки экрана расширения
Скачать файл CRX расширения Navigator Difficulty Hider: Manhattan GMAT
Скачайте файлы расширений Navigator Difficulty Hider: Manhattan GMAT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | donipeddhpgilegoelaoamahcgggafco |
| Официальный URL | https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco |
| Описание | Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer) |
| Размер файла | 155 KB |
| Количество установок | 23 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2014-06-29 |
| Дата публикации | 2014-06-29 |
| Рейтинг | 4.50/5 Всего 2 оценок |
| Разработчик | Pranav Sharma |
| Тип оплаты | free |
| Официальный сайт расширения | http://pranavsharma.info |
| Поддерживаемые языки | 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"
]
}
]
} | |