Med Study Pop-up by Picmonic

Quickly view high-yield details on any medical topic you're studying. Includes summaries, fact lists, and access to mnemonic videos.

Med Study Pop-up by Picmonic란 무엇입니까?

Med Study Pop-up by Picmonic은(는) https://www.picmonic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly view high-yield details on any medical topic you're studying. Includes summaries, fact lists, and access to mnemonic videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Med Study Pop-up by Picmonic 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Quickly view high-yield details on any medical topic as you study. Includes summary snapshots, high-yield fact lists, and quick access to 3-minute picture mnemonic (Picmonic) video, quizzes, and related media images, that will help you remember the most important information for any topic. Just hover over topics with blue underlines and you’ll see the pop-up window. 

Download this FREE Chrome extension (pops-up a window inside any Chrome browser).You do not need a Picmonic account to use it! Created and maintained by top medical scholars.

Most relevant for students and educators in the following healthcare disciplines:

• Medicine (MD/DO)
• Nursing (RN/LPN)
• Nurse Practitioner (NP)
• Physician Assistant (PA) 
• Pharmacist (Pharm.D)
• Occupational Therapist (OT)
• Physical Therapist (PT)
• Medical Assistant (MA)
• Certified Nursing Assistant (CNA)
• Patient Care Tech (PCT)
• Medical Lab Tech (MLT)
• General Allied Health Programs 
• Paramedic 
• Pre-Health                    

확장 프로그램 기본 정보

이름 Med Study Pop-up by Picmonic Med Study Pop-up by Picmonic
ID egikibcbihfoeidmefjdfeblccnjbndg
공식 URL https://chromewebstore.google.com/detail/med-study-pop-up-by-picmo/egikibcbihfoeidmefjdfeblccnjbndg
설명 Quickly view high-yield details on any medical topic you're studying. Includes summaries, fact lists, and access to mnemonic videos.
파일 크기 848 KB
설치 횟수 1,660
현재 버전 1.3.8
최근 업데이트 2022-06-16
출시 날짜 2021-03-30
평점 4.90/5 총 10 개의 평점
개발자 https://www.picmonic.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.picmonic.com/viphookup/PicmChromeLAG21
도움말 페이지 URL https://www.picmonic.com/pages/company/contact-us/
개인정보 보호 정책 페이지 URL https://www.picmonic.com/pages/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Med Study Pop-up by Picmonic",
    "version": "1.3.8",
    "description": "Quickly view high-yield details on any medical topic you're studying. Includes summaries, fact lists, and access to mnemonic videos.",
    "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",
                "picmonic.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": "Med Study Pop-up by Picmonic",
        "default_popup": "popup.html"
    }
}