NCBI Search

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

Wat is NCBI Search?

NCBI Search is een Chrome-extensie ontwikkeld door b romney, en de belangrijkste functie is "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NCBI Search

Download NCBI Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NCBI Search NCBI Search
ID janalkijliaejknaogckfkhdnkhlhdjl
Officiële URL https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl
Beschrijving Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
Bestandsgrootte 11.58 KB
Aantal Installaties 360
Huidige Versie 1.0
Laatst Bijgewerkt 2018-07-19
Publicatiedatum 2018-07-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar b romney
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://bendev.bitballoon.com
Ondersteunde Talen 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'"
}