PubMed for Omnibox
PubMed search in the Omnibox
Qu'est-ce que PubMed for Omnibox ?
PubMed for Omnibox est une extension Chrome développée par Jukka Zitting, et sa fonction principale est "PubMed search in the Omnibox".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PubMed for Omnibox
Téléchargez les fichiers d'extension PubMed for Omnibox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PubMed for Omnibox |
ID | kcipmkejkojihddfhdmgolhhnbjnhbpm |
URL Officiel | https://chromewebstore.google.com/detail/pubmed-for-omnibox/kcipmkejkojihddfhdmgolhhnbjnhbpm |
Description | PubMed search in the Omnibox |
Taille du Fichier | 9.47 KB |
Nombre d'Installations | 768 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2012-08-05 |
Date de Publication | 2012-08-05 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Jukka Zitting |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jukka/omnibox-pubmed |
Langues Prises en Charge | 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\/" ] } |