UWorld Answer Viewer

An extension to render content from UWorld practice tests in simple HTML

What is UWorld Answer Viewer?

UWorld Answer Viewer is a Chrome extension developed by haining.cpp, and its main feature is "An extension to render content from UWorld practice tests in simple HTML".

Extension Screenshots

screenshot

Download UWorld Answer Viewer Extension CRX File

Download UWorld Answer Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UWorld Answer Viewer UWorld Answer Viewer
ID egpahfipapmlaigkoidigehpkehghcfl
Official URL https://chromewebstore.google.com/detail/uworld-answer-viewer/egpahfipapmlaigkoidigehpkehghcfl
Description An extension to render content from UWorld practice tests in simple HTML
File Size 8.9 KB
Installation Count 106
Current Version 1.0.2
Last Updated 2023-01-04
Publish Date 2022-12-11
Developer haining.cpp
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}