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
电子邮箱 [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"
    }
}