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によって開発されたChromeの拡張機能で、その主な機能は「Seamlessly connect to Picmonic, Osmosis, Lecutrio, & OnlineMedEd and get instant access to videos, high-yield facts, and more.」です。

拡張機能のスクリーンショット

screenshot
screenshot

StudyWidget Chrome Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}