NCBI Search
Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
Was ist NCBI Search?
NCBI Search ist eine Chrome-Erweiterung, die von b romney entwickelt wurde, und ihr Hauptmerkmal ist "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!".
Erweiterungsscreenshots
NCBI Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie NCBI Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | NCBI Search |
ID | janalkijliaejknaogckfkhdnkhlhdjl |
Offizielle URL | https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl |
Beschreibung | Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar! |
Dateigröße | 11.58 KB |
Installationsanzahl | 360 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-07-19 |
Veröffentlichungsdatum | 2018-07-19 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | b romney |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://bendev.bitballoon.com |
Unterstützte Sprachen | 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'" } |