NCBI Search

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

What is NCBI Search?

NCBI Search is a Chrome extension developed by b romney, and its main feature is "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!".

Extension Screenshots

screenshot

Download NCBI Search Extension CRX File

Download NCBI Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NCBI Search NCBI Search
ID janalkijliaejknaogckfkhdnkhlhdjl
Official URL https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl
Description Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
File Size 11.58 KB
Installation Count 360
Current Version 1.0
Last Updated 2018-07-19
Publish Date 2018-07-19
Rating 5.00/5 Total 1 Ratings
Developer b romney
Email [email protected]
Payment Type free
Extension Website http://bendev.bitballoon.com
Supported Languages 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'"
}