NCBI Search

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

Hvad er NCBI Search?

NCBI Search er en Chrome-udvidelse udviklet af b romney, og dens hovedfunktion er "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!".

Udvidelsesskærmbilleder

screenshot

Download NCBI Search-udvidelses-CRX-fil

Download NCBI Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn NCBI Search NCBI Search
ID janalkijliaejknaogckfkhdnkhlhdjl
Officiel URL https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl
Beskrivelse Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
Filstørrelse 11.58 KB
Antal Installationer 360
Nuværende Version 1.0
Senest Opdateret 2018-07-19
Udgivelsesdato 2018-07-19
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler b romney
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://bendev.bitballoon.com
Understøttede Sprog 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'"
}