StudyWidget Chrome Extension

Seamlessly connect to Picmonic, Osmosis, Lecutrio, & OnlineMedEd and get instant access to videos, high-yield facts, and more.

StudyWidget Chrome Extension क्या है?

StudyWidget Chrome Extension Picmonic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seamlessly connect to Picmonic, Osmosis, Lecutrio, & OnlineMedEd and get instant access to videos, high-yield facts, and more."।

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

screenshot
screenshot

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

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

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

                        Download the StudyWidget Chrome Extension (a pop-up window inside of any chrome browser window) that will enable you to quickly view relevant resources from OnlineMedEd, Osmosis, Picmonic, and Lecturio. Relevant topics will have a blue underline. Just hover it with your cursor and you’ll see the pop-up with quick access links to open these videos in a new window.                    

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

नाम StudyWidget Chrome Extension StudyWidget Chrome Extension
ID ofgneogmgmkahpmghdefddmjgdbjlibi
आधिकारिक URL https://chromewebstore.google.com/detail/studywidget-chrome-extens/ofgneogmgmkahpmghdefddmjgdbjlibi
विवरण Seamlessly connect to Picmonic, Osmosis, Lecutrio, & OnlineMedEd and get instant access to videos, high-yield facts, and more.
फ़ाइल का आकार 866 KB
स्थापना संख्या 63
वर्तमान संस्करण 1.3.8
अंतिम अपडेट 2022-06-14
प्रकाशन तिथि 2021-07-12
डेवलपर Picmonic
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://studywidget.com/
सहायता पृष्ठ URL https://studywidget.com/
गोपनीयता नीति पृष्ठ URL https://www.picmonic.com/pages/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StudyWidget Chrome Extension",
    "version": "1.3.8",
    "description": "Seamlessly connect to Picmonic, Osmosis, Lecutrio, & OnlineMedEd and get instant access to videos, high-yield facts, and more.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "icons": {
        "256": "assets\/img\/icon_256x256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/app.css",
                "assets\/css\/fonts.css",
                "assets\/css\/tippy.css",
                "assets\/css\/tippy-theme-light-picmonic.css"
            ],
            "js": [
                "assets\/js\/mark.min.js",
                "assets\/js\/popper.min.js",
                "assets\/js\/tippy.umd.min.js",
                "assets\/js\/flashtext.js",
                "assets\/js\/jquery.js",
                "assets\/js\/tracking.js",
                "studywidget.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*.woff",
                "assets\/fonts\/*.woff2",
                "assets\/fonts\/*.svg",
                "assets\/fonts\/*.ttf",
                "assets\/fonts\/*.eot",
                "assets\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "256": "assets\/img\/icon_256x256.png"
        },
        "default_title": "StudyWidget Chrome Extension",
        "default_popup": "popup.html"
    }
}