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
官方網址 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"
    }
}