Chrome Step ToolBox

Displays a table suggesting study resources during question review on the UWORLD question bank for the USMLE Step Exams.

Chrome Step ToolBox क्या है?

Chrome Step ToolBox hairy.basil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a table suggesting study resources during question review on the UWORLD question bank for the USMLE Step Exams."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Step ToolBox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This add-on displays a table underneath missed questions on USMLE WORLD question bank that suggests study resources to help improve test scores.

Additionally, this add-on populates question banks for the USMLE STEP exams with images from local flashcard files (e.g. Anki) to help bolster spaced repetition.

Additional functionality includes automatically copying Anki flashcard deck tags to the user's clipboard when a question is viewed in uworld.

To use the add-on, you must already have the ankiconnect add-on installed in Anki and have UWORLD set as an allowed site in the settings, as well as the Anking deck (version 10+).                    

एक्सटेंशन की मूल जानकारी

नाम Chrome Step ToolBox Chrome Step ToolBox
ID kjgenhkjjjldgneijakjlhdfkmjmedbj
आधिकारिक URL https://chromewebstore.google.com/detail/chrome-step-toolbox/kjgenhkjjjldgneijakjlhdfkmjmedbj
विवरण Displays a table suggesting study resources during question review on the UWORLD question bank for the USMLE Step Exams.
फ़ाइल का आकार 1.42 MB
स्थापना संख्या 8,397
वर्तमान संस्करण 2.102
अंतिम अपडेट 2023-01-15
प्रकाशन तिथि 2022-05-09
रेटिंग 4.14/5 कुल 14 रेटिंग्स
डेवलपर hairy.basil
ईमेल [email protected]
भुगतान के प्रकार in_app
समर्थित भाषाएँ en
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "uworldmaker.js"
            ],
            "matches": [
                "https:\/\/*.uworld.com\/*\/test\/results\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "menu_maker.js"
            ],
            "matches": [
                "https:\/\/*.uworld.com\/*\/previoustests\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "contentScript.js",
                "ExtPay.js"
            ],
            "matches": [
                "https:\/\/*.uworld.com\/courseapp\/usmle*testinterface\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "free120.js"
            ],
            "matches": [
                "https:\/\/orientation.nbme.org\/webfred\/*"
            ]
        }
    ],
    "description": "Displays a table suggesting study resources during question review on the UWORLD question bank for the USMLE Step Exams.",
    "icons": {
        "128": "daddy_icon_128.png",
        "32": "daddy_icon_32.png",
        "48": "daddy_icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj\/pl09f+FU5w8OQM1\/bUOzZvV8yVhz96hxqf\/6SSqp2UI\/xqtpNOyUfxiXzVcoN+bW+B4Lhm+HwxV7HHa6J99Wfa8tLnWG+MXTNNrF2Ys4+tMgw8w5fDxp3y\/\/DLLEP1x8iwPHb8orpv7Gnmmqp3+G7Z20FSbFnZTEocEeWbtqAJp7VRGz1KoI7JxTvAMlzQyNYzRoMx9B+2d9j+g7bl5RG22KzrkWFoGrSnQm\/vXCGJ2AJkRGfQAf9HrUqd2Twt4iz0qtKnnLGjRdST8rzzZWqm9dHK0cuScV3gO9Eowzo7ju7t\/z7tP46wQQcHikwZ3NZ3JpDY28HZ33U61\/ZpxQIDAQAB",
    "manifest_version": 3,
    "name": "Chrome Step ToolBox",
    "permissions": [
        "storage",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.102"
}