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.”。
擴展截圖
下載Pocket Pharmacist擴展crx文件
下載Pocket Pharmacist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | fgigbcegdhghooekkdkblahmoecnhign |
官方網址 | 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 } |