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 là gì?

Med Study Pop-up by Picmonic là một tiện ích mở rộng Chrome được phát triển bởi https://www.picmonic.com, và tính năng chính của nó là "Quickly view high-yield details on any medical topic you're studying. Includes summaries, fact lists, and access to mnemonic videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Med Study Pop-up by Picmonic

Tải xuống các tệp mở rộng Med Study Pop-up by Picmonic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Med Study Pop-up by Picmonic Med Study Pop-up by Picmonic
ID egikibcbihfoeidmefjdfeblccnjbndg
URL Chính Thức https://chromewebstore.google.com/detail/med-study-pop-up-by-picmo/egikibcbihfoeidmefjdfeblccnjbndg
Mô tả Quickly view high-yield details on any medical topic you're studying. Includes summaries, fact lists, and access to mnemonic videos.
Kích Thước Tệp 848 KB
Số Lần Cài Đặt 1,660
Phiên Bản Hiện Tại 1.3.8
Cập Nhật Lần Cuối 2022-06-16
Ngày Phát Hành 2021-03-30
Đánh Giá 4.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://www.picmonic.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.picmonic.com/viphookup/PicmChromeLAG21
URL Trang Trợ Giúp https://www.picmonic.com/pages/company/contact-us/
URL Trang Chính Sách Bảo Mật https://www.picmonic.com/pages/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}