NCBI Search
Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!
什麼是NCBI Search?
NCBI Search是由b romney開發的Chrome擴展程式,該擴展的主要功能是“Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar!”。
擴展截圖
下載NCBI Search擴展crx文件
下載NCBI Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | NCBI Search |
ID | janalkijliaejknaogckfkhdnkhlhdjl |
官方網址 | https://chromewebstore.google.com/detail/ncbi-search/janalkijliaejknaogckfkhdnkhlhdjl |
簡介 | Search the NCBI (National Center for Biotechnology Information) library from your browser's toolbar! |
檔案大小 | 11.58 KB |
安裝次數 | 360 |
目前版本 | 1.0 |
更新時間 | 2018-07-19 |
上架時間 | 2018-07-19 |
評分 | 5.00/5 共 1 次評分 |
開發者 | b romney |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://bendev.bitballoon.com |
支援的語言 | 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'" } |