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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pocket Pharmacist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}