NCBI Search

Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!

NCBI Search क्या है?

NCBI Search b romney द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

crx प्रारूप में NCBI Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Type "ncbi" (lowercase is important!) in the URL box, and a search will be opened in the NCBI (National Center for Biotechnology Information) databases.  At this time, advanced searching is not available in this extension.  Please let me know of any feedback or enhancement requests.

This is not affiliated with the NCBI.                    

एक्सटेंशन की मूल जानकारी

नाम NCBI Search NCBI Search
ID janalkijliaejknaogckfkhdnkhlhdjl
आधिकारिक URL https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl
विवरण Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
फ़ाइल का आकार 11.58 KB
स्थापना संख्या 360
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-07-19
प्रकाशन तिथि 2018-07-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर b romney
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://bendev.bitballoon.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NCBI Search",
    "description": "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "omnibox": {
        "keyword": "ncbi"
    },
    "browser_action": {
        "default_title": "Start NCBI Query",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.ncbi.nlm.nih.gov\/; object-src 'self'"
}