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"
]
}
]
} | |