StudyWidget Chrome Extension

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

Was ist StudyWidget Chrome Extension?

StudyWidget Chrome Extension ist eine Chrome-Erweiterung, die von Picmonic entwickelt wurde, und ihr Hauptmerkmal ist "Seamlessly connect to Picmonic, Osmosis, Lecutrio, & OnlineMedEd and get instant access to videos, high-yield facts, and more.".

Erweiterungsscreenshots

screenshot
screenshot

StudyWidget Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie StudyWidget Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name StudyWidget Chrome Extension StudyWidget Chrome Extension
ID ofgneogmgmkahpmghdefddmjgdbjlibi
Offizielle URL https://chromewebstore.google.com/detail/studywidget-chrome-extens/ofgneogmgmkahpmghdefddmjgdbjlibi
Beschreibung Seamlessly connect to Picmonic, Osmosis, Lecutrio, & OnlineMedEd and get instant access to videos, high-yield facts, and more.
Dateigröße 866 KB
Installationsanzahl 63
Aktuelle Version 1.3.8
Letztes Update 2022-06-14
Veröffentlichungsdatum 2021-07-12
Entwickler Picmonic
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://studywidget.com/
Hilfeseite URL https://studywidget.com/
URL der Datenschutzrichtlinien-Seite https://www.picmonic.com/pages/privacy-policy
Unterstützte Sprachen 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"
    }
}