UWorld Answer Viewer
An extension to render content from UWorld practice tests in simple HTML
Vad är UWorld Answer Viewer?
UWorld Answer Viewer är en Chrome-tillägg utvecklad av haining.cpp, och dess huvudfunktion är "An extension to render content from UWorld practice tests in simple HTML".
Tilläggsskärmbilder
Ladda ner UWorld Answer Viewer-förlängningens CRX-fil
Ladda ner UWorld Answer Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | UWorld Answer Viewer |
ID | egpahfipapmlaigkoidigehpkehghcfl |
Officiell webbadress | https://chromewebstore.google.com/detail/uworld-answer-viewer/egpahfipapmlaigkoidigehpkehghcfl |
Beskrivning | An extension to render content from UWorld practice tests in simple HTML |
Filstorlek | 8.9 KB |
Antal Installationer | 106 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2023-01-04 |
Publiceringsdatum | 2022-12-11 |
Utvecklare | haining.cpp |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |