NCBI Search
Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
Cos'è NCBI Search?
NCBI Search è un'estensione di Chrome sviluppata da b romney, e la sua funzione principale è "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NCBI Search
Scarica i file di estensione NCBI Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | NCBI Search |
ID | janalkijliaejknaogckfkhdnkhlhdjl |
URL Ufficiale | https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl |
Descrizione | Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar! |
Dimensione del File | 11.58 KB |
Conteggio Installazioni | 360 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-07-19 |
Data di Pubblicazione | 2018-07-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | b romney |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://bendev.bitballoon.com |
Lingue Supportate | 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'" } |