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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Picmonic, και η κύρια λειτουργία του είναι "Seamlessly connect to Picmonic, Osmosis, Lecutrio, & OnlineMedEd and get instant access to videos, high-yield facts, and more.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης StudyWidget Chrome Extension

Λήψη αρχείων επέκτασης StudyWidget Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}