UWorld Answer Viewer
An extension to render content from UWorld practice tests in simple HTML
Co to jest UWorld Answer Viewer?
UWorld Answer Viewer to rozszerzenie Chrome opracowane przez haining.cpp, a jego główną funkcją jest „An extension to render content from UWorld practice tests in simple HTML”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UWorld Answer Viewer
Pobierz pliki rozszerzeń UWorld Answer Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | UWorld Answer Viewer |
ID | egpahfipapmlaigkoidigehpkehghcfl |
Oficjalny URL | https://chromewebstore.google.com/detail/uworld-answer-viewer/egpahfipapmlaigkoidigehpkehghcfl |
Opis | An extension to render content from UWorld practice tests in simple HTML |
Rozmiar pliku | 8.9 KB |
Liczba instalacji | 106 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2023-01-04 |
Data Publikacji | 2022-12-11 |
Deweloper | haining.cpp |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |