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.
擴展基本資訊
名稱 | PubMed for Omnibox |
ID | kcipmkejkojihddfhdmgolhhnbjnhbpm |
官方網址 | 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\/" ] } |