UWorld Answer Viewer

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

O que é UWorld Answer Viewer?

UWorld Answer Viewer é uma extensão do Chrome desenvolvida por haining.cpp, e sua principal característica é "An extension to render content from UWorld practice tests in simple HTML".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UWorld Answer Viewer

Baixe arquivos de extensão UWorld Answer Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UWorld Answer Viewer UWorld Answer Viewer
ID egpahfipapmlaigkoidigehpkehghcfl
URL Oficial https://chromewebstore.google.com/detail/uworld-answer-viewer/egpahfipapmlaigkoidigehpkehghcfl
Descrição An extension to render content from UWorld practice tests in simple HTML
Tamanho do Arquivo 8.9 KB
Contagem de Instalações 106
Versão Atual 1.0.2
Última Atualização 2023-01-04
Data de Publicação 2022-12-11
Desenvolvedor haining.cpp
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}