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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UWorld Answer Viewer

ดาวน์โหลดไฟล์ส่วนขยาย UWorld Answer Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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