NCBI Search

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

O que é NCBI Search?

NCBI Search é uma extensão do Chrome desenvolvida por b romney, e sua principal característica é "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NCBI Search

Baixe arquivos de extensão NCBI Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NCBI Search NCBI Search
ID janalkijliaejknaogckfkhdnkhlhdjl
URL Oficial https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl
Descrição Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
Tamanho do Arquivo 11.58 KB
Contagem de Instalações 360
Versão Atual 1.0
Última Atualização 2018-07-19
Data de Publicação 2018-07-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor b romney
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://bendev.bitballoon.com
Idiomas Suportados 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'"
}