UWorld Answer Viewer
An extension to render content from UWorld practice tests in simple HTML
UWorld Answer Viewer là gì?
UWorld Answer Viewer là một tiện ích mở rộng Chrome được phát triển bởi haining.cpp, và tính năng chính của nó là "An extension to render content from UWorld practice tests in simple HTML".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UWorld Answer Viewer
Tải xuống các tệp mở rộng UWorld Answer Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UWorld Answer Viewer |
ID | egpahfipapmlaigkoidigehpkehghcfl |
URL Chính Thức | https://chromewebstore.google.com/detail/uworld-answer-viewer/egpahfipapmlaigkoidigehpkehghcfl |
Mô tả | An extension to render content from UWorld practice tests in simple HTML |
Kích Thước Tệp | 8.9 KB |
Số Lần Cài Đặt | 106 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-01-04 |
Ngày Phát Hành | 2022-12-11 |
Nhà Phát Triển | haining.cpp |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |