PubMed for Omnibox
PubMed search in the Omnibox
What is PubMed for Omnibox?
PubMed for Omnibox is a Chrome extension developed by Jukka Zitting, and its main feature is "PubMed search in the Omnibox".
Extension Screenshots
Download PubMed for Omnibox Extension CRX File
Download PubMed for Omnibox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PubMed for Omnibox |
ID | kcipmkejkojihddfhdmgolhhnbjnhbpm |
Official URL | https://chromewebstore.google.com/detail/pubmed-for-omnibox/kcipmkejkojihddfhdmgolhhnbjnhbpm |
Description | PubMed search in the Omnibox |
File Size | 9.47 KB |
Installation Count | 768 |
Current Version | 0.1 |
Last Updated | 2012-08-05 |
Publish Date | 2012-08-05 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Jukka Zitting |
Payment Type | free |
Extension Website | https://github.com/jukka/omnibox-pubmed |
Supported Languages | 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\/" ] } |