NCBI Search

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

什么是NCBI Search?

NCBI Search是由b romney开发的Chrome扩展程序,该扩展的主要功能是“Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!”。

扩展截图

screenshot

下载NCBI Search扩展crx文件

下载NCBI Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}