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란 무엇입니까?

Pocket Pharmacist은(는) logandeveloper03에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight a drug name on any website to get a description including the drug's other names, drug class, and what it may treat."입니다.

확장 프로그램 스크린샷

screenshot

Pocket Pharmacist 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Pocket Pharmacist Pocket Pharmacist
ID fgigbcegdhghooekkdkblahmoecnhign
공식 URL https://chromewebstore.google.com/detail/pocket-pharmacist/fgigbcegdhghooekkdkblahmoecnhign
설명 Highlight a drug name on any website to get a description including the drug's other names, drug class, and what it may treat.
파일 크기 543 KB
설치 횟수 98
현재 버전 1.1
최근 업데이트 2021-02-16
출시 날짜 2021-02-05
개발자 logandeveloper03
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}