NCBI Search
Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
¿Qué es NCBI Search?
NCBI Search es una extensión de Chrome desarrollada por b romney, y su función principal es "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NCBI Search
Descarga archivos de extensión NCBI Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | NCBI Search |
ID | janalkijliaejknaogckfkhdnkhlhdjl |
URL Oficial | https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl |
Descripción | Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar! |
Tamaño del Archivo | 11.58 KB |
Cantidad de Instalaciones | 360 |
Versión Actual | 1.0 |
Última Actualización | 2018-07-19 |
Fecha de Publicación | 2018-07-19 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | b romney |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://bendev.bitballoon.com |
Idiomas Soportados | 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'" } |