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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย logandeveloper03 และคุณลักษณะหลักของมันคือ "Highlight a drug name on any website to get a description including the drug's other names, drug class, and what it may treat."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pocket Pharmacist
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |