UWorld Answer Viewer
An extension to render content from UWorld practice tests in simple HTML
Co je UWorld Answer Viewer?
UWorld Answer Viewer je rozšíření Chrome vyvinuté haining.cpp, a jeho hlavní funkcí je „An extension to render content from UWorld practice tests in simple HTML“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření UWorld Answer Viewer
Stáhněte si soubory rozšíření UWorld Answer Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | UWorld Answer Viewer |
ID | egpahfipapmlaigkoidigehpkehghcfl |
Oficiální URL | https://chromewebstore.google.com/detail/uworld-answer-viewer/egpahfipapmlaigkoidigehpkehghcfl |
Popis | An extension to render content from UWorld practice tests in simple HTML |
Velikost souboru | 8.9 KB |
Počet instalací | 106 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2023-01-04 |
Datum Vydání | 2022-12-11 |
Vývojář | haining.cpp |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |