NCBI Search
Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
Qu'est-ce que NCBI Search ?
NCBI Search est une extension Chrome développée par b romney, et sa fonction principale est "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NCBI Search
Téléchargez les fichiers d'extension NCBI Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NCBI Search |
ID | janalkijliaejknaogckfkhdnkhlhdjl |
URL Officiel | https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl |
Description | Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar! |
Taille du Fichier | 11.58 KB |
Nombre d'Installations | 360 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-07-19 |
Date de Publication | 2018-07-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | b romney |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://bendev.bitballoon.com |
Langues Prises en Charge | 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'" } |