Pocket Pharmacist

Highlight a drug name on any website to get a description including the drug's other names, drug class, and what it may treat.

Pocket Pharmacist là gì?

Pocket Pharmacist là một tiện ích mở rộng Chrome được phát triển bởi logandeveloper03, và tính năng chính của nó là "Highlight a drug name on any website to get a description including the drug's other names, drug class, and what it may treat.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pocket Pharmacist

Tải xuống các tệp mở rộng Pocket Pharmacist 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

                        Highlight an unknown drug name with your cursor, and press the shortcut buttons (Windows: ALT+P, Mac: CMD-SHIFT-P) to get the drug's other name, the drug class, and what it may treat. It uses National Institute of Health's NCBI API, so it includes over 100s of drugs with quick response time. Useful for web surfers to pharmacologist students. Click extension to get recently searched drugs.                    

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

Tên Pocket Pharmacist Pocket Pharmacist
ID fgigbcegdhghooekkdkblahmoecnhign
URL Chính Thức https://chromewebstore.google.com/detail/pocket-pharmacist/fgigbcegdhghooekkdkblahmoecnhign
Mô tả Highlight a drug name on any website to get a description including the drug's other names, drug class, and what it may treat.
Kích Thước Tệp 543 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-02-16
Ngày Phát Hành 2021-02-05
Nhà Phát Triển logandeveloper03
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pocket Pharmacist",
    "version": "1.1",
    "description": "Highlight a drug name on any website to get a description including the drug's other names, drug class, and what it may treat.",
    "permissions": [
        "activeTab",
        "https:\/\/rxnav.nlm.nih.gov\/*",
        "storage",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Command+Shift+P"
            },
            "description": "Display highlighted drug's information."
        }
    },
    "page_action": {
        "default_popup": "default.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}