UWorld Answer Viewer
An extension to render content from UWorld practice tests in simple HTML
ما هو UWorld Answer Viewer؟
UWorld Answer Viewer هو إضافة Chrome تم تطويرها بواسطة haining.cpp، والميزة الرئيسية لها هي "An extension to render content from UWorld practice tests in simple HTML".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UWorld Answer Viewer
قم بتنزيل ملفات الامتداد UWorld Answer Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Renders html in an easy to view popup. Once an "explanation" tab is visible, click the icon to view it. This does not show you answers before they are visible on the page.
معلومات أساسية عن التمديد
الاسم | UWorld Answer Viewer |
ID | egpahfipapmlaigkoidigehpkehghcfl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/uworld-answer-viewer/egpahfipapmlaigkoidigehpkehghcfl |
الوصف | An extension to render content from UWorld practice tests in simple HTML |
حجم الملف | 8.9 KB |
عدد التثبيتات | 106 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-01-04 |
تاريخ النشر | 2022-12-11 |
المطور | haining.cpp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UWorld Answer Viewer", "version": "1.0.2", "description": "An extension to render content from UWorld practice tests in simple HTML", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/apps.uworld.com\/courseapp\/*\/testinterface\/launchtest\/*" ], "js": [ "text_grab.js" ] } ], "action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |