UWorld Answer Viewer
An extension to render content from UWorld practice tests in simple HTML
Τι είναι το UWorld Answer Viewer;
Το UWorld Answer Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον haining.cpp, και η κύρια λειτουργία του είναι "An extension to render content from UWorld practice tests in simple HTML".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UWorld Answer Viewer
Λήψη αρχείων επέκτασης 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 |
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" } } |