NCBI Search
Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
Apa itu NCBI Search?
NCBI Search adalah ekstensi Chrome yang dikembangkan oleh b romney, dan fitur utamanya adalah "Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NCBI Search
Unduh file ekstensi NCBI Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | NCBI Search |
ID | janalkijliaejknaogckfkhdnkhlhdjl |
URL Resmi | https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl |
Deskripsi | Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar! |
Ukuran File | 11.58 KB |
Jumlah Instalasi | 360 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-07-19 |
Tanggal Publikasi | 2018-07-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | b romney |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://bendev.bitballoon.com |
Bahasa yang Didukung | 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'" } |