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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
}
]
} | |