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是由Pranav Sharma开发的Chrome扩展程序,该扩展的主要功能是“Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)”。
扩展截图
下载Navigator Difficulty Hider: Manhattan GMAT扩展crx文件
下载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"
]
}
]
} | |