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
Eメール [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"
    }
}