UWorld Answer Viewer

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

什么是UWorld Answer Viewer?

UWorld Answer Viewer是由haining.cpp开发的Chrome扩展程序,该扩展的主要功能是“An extension to render content from UWorld practice tests in simple HTML”。

扩展截图

screenshot

下载UWorld Answer Viewer扩展crx文件

下载UWorld Answer Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 UWorld Answer Viewer UWorld Answer Viewer
ID egpahfipapmlaigkoidigehpkehghcfl
官方URL https://chromewebstore.google.com/detail/uworld-answer-viewer/egpahfipapmlaigkoidigehpkehghcfl
简介 An extension to render content from UWorld practice tests in simple HTML
文件大小 8.9 KB
安装次数 106
当前版本 1.0.2
更新时间 2023-01-04
上架时间 2022-12-11
开发者 haining.cpp
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}