MOP Review Tool
Hides answers on MOP for easy retesting
MOP Review Toolคืออะไร?
MOP Review Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Raj Kundu และคุณลักษณะหลักของมันคือ "Hides answers on MOP for easy retesting"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MOP Review Tool
ดาวน์โหลดไฟล์ส่วนขยาย MOP Review Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An unofficial review tool for MCAT Official Prep* (MOP) This tool hides/shows answers for easy self-retesting. To use it: 1) Filter questions that you would like to review using the MOP website. Open/enter the review screen which displays the content you wish to review. 2) In quiz mode, answers are hidden at first for every question. To view the answer, you can click on any of the answer choices or press the period ('.') key. 3) Advance to the next question, either by clicking the navigation button or using the left/right arrow keys. In quiz mode, the answer choices for the new question will be hidden. Keyboard Shortcuts - Press '.' to show/hide answers for the current question - Press 'q' to enter quiz mode (hides answers for every question) - Press 'r' to enter review mode (shows answers for every question, like normal) - Press 'h' to view the help screen, which lists these shortcuts By default, every time you enter a question review session, quiz mode is enabled. To disable quiz mode (i.e., enter review mode), use the 'r' keyboard shortcut as detailed above. *Note: MCAT® is a registered trademark of the Association of American Medical Colleges (AAMC). This extension is NOT associated with either the MCAT® or the AAMC in any official capacity.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MOP Review Tool |
ID | gibehjdihcgpmholbfbmpidgefnfpkod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mop-review-tool/gibehjdihcgpmholbfbmpidgefnfpkod |
คำอธิบาย | Hides answers on MOP for easy retesting |
ขนาดไฟล์ | 37.58 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2022-02-03 |
วันที่เผยแพร่ | 2022-02-02 |
ผู้พัฒนา | Raj Kundu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/rajkundu/mop-review-tool |
URL หน้าช่วยเหลือ | https://github.com/rajkundu/mop-review-tool |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MOP Review Tool", "version": "0.2.2", "description": "Hides answers on MOP for easy retesting", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "192": "icons\/icon192.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.mcatofficialprep.org\/app\/*" ], "js": [ "main.js" ] } ], "host_permissions": [ "*:\/\/*.mcatofficialprep.org\/app\/*" ] } |