UWorld Answer Viewer
An extension to render content from UWorld practice tests in simple HTML
UWorld Answer Viewer क्या है?
UWorld Answer Viewer haining.cpp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to render content from UWorld practice tests in simple HTML"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UWorld Answer Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |