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\/"
]
} | |