UWorld Answer Viewer
An extension to render content from UWorld practice tests in simple HTML
Wat is UWorld Answer Viewer?
UWorld Answer Viewer is een Chrome-extensie ontwikkeld door haining.cpp, en de belangrijkste functie is "An extension to render content from UWorld practice tests in simple HTML".
Extensie Screenshots
Download het CRX-bestand van de extensie UWorld Answer Viewer
Download UWorld Answer Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | UWorld Answer Viewer |
ID | egpahfipapmlaigkoidigehpkehghcfl |
Officiële URL | https://chromewebstore.google.com/detail/uworld-answer-viewer/egpahfipapmlaigkoidigehpkehghcfl |
Beschrijving | An extension to render content from UWorld practice tests in simple HTML |
Bestandsgrootte | 8.9 KB |
Aantal Installaties | 106 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-01-04 |
Publicatiedatum | 2022-12-11 |
Ontwikkelaar | haining.cpp |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |