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 |
公式URL | 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 |
Eメール | [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'" } |