PubMed for Omnibox
PubMed search in the Omnibox
Cos'è PubMed for Omnibox?
PubMed for Omnibox è un'estensione di Chrome sviluppata da Jukka Zitting, e la sua funzione principale è "PubMed search in the Omnibox".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PubMed for Omnibox
Scarica i file di estensione PubMed for Omnibox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PubMed for Omnibox |
ID | kcipmkejkojihddfhdmgolhhnbjnhbpm |
URL Ufficiale | https://chromewebstore.google.com/detail/pubmed-for-omnibox/kcipmkejkojihddfhdmgolhhnbjnhbpm |
Descrizione | PubMed search in the Omnibox |
Dimensione del File | 9.47 KB |
Conteggio Installazioni | 768 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2012-08-05 |
Data di Pubblicazione | 2012-08-05 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Jukka Zitting |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jukka/omnibox-pubmed |
Lingue Supportate | 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\/" ] } |