UWorld Answer Viewer

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

Cos'è UWorld Answer Viewer?

UWorld Answer Viewer è un'estensione di Chrome sviluppata da haining.cpp, e la sua funzione principale è "An extension to render content from UWorld practice tests in simple HTML".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UWorld Answer Viewer

Scarica i file di estensione UWorld Answer Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome UWorld Answer Viewer UWorld Answer Viewer
ID egpahfipapmlaigkoidigehpkehghcfl
URL Ufficiale https://chromewebstore.google.com/detail/uworld-answer-viewer/egpahfipapmlaigkoidigehpkehghcfl
Descrizione An extension to render content from UWorld practice tests in simple HTML
Dimensione del File 8.9 KB
Conteggio Installazioni 106
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-01-04
Data di Pubblicazione 2022-12-11
Sviluppatore haining.cpp
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}