PubMed for Omnibox
PubMed search in the Omnibox
PubMed for Omniboxとは何ですか?
PubMed for OmniboxはJukka Zittingによって開発されたChromeの拡張機能で、その主な機能は「PubMed search in the Omnibox」です。
拡張機能のスクリーンショット
PubMed for Omnibox拡張機能のCRXファイルをダウンロード
PubMed for Omnibox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Type "pm" followed by space and then enter your PubMed query. This extension will automatically query PubMed and give you the first few matching references as quick links. 拡張機能の基本情報
| 名前 | |
| ID | kcipmkejkojihddfhdmgolhhnbjnhbpm |
| 公式URL | https://chromewebstore.google.com/detail/pubmed-for-omnibox/kcipmkejkojihddfhdmgolhhnbjnhbpm |
| 説明 | PubMed search in the Omnibox |
| ファイルサイズ | 9.47 KB |
| インストール数 | 768 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2012-08-05 |
| 公開日 | 2012-08-05 |
| 評価 | 4.80/5 合計 5 レビュー |
| 開発者 | Jukka Zitting |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/jukka/omnibox-pubmed |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PubMed for Omnibox",
"version": "0.1",
"description": "PubMed search in the Omnibox",
"omnibox": {
"keyword": "pm"
},
"icons": {
"16": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"http:\/\/eutils.ncbi.nlm.nih.gov\/"
]
} | |