Pubmed2Endnote
Converting selected PMID to Endnote
Cos'è Pubmed2Endnote?
Pubmed2Endnote è un'estensione di Chrome sviluppata da https://riadh.pfba-lab-tun.org, e la sua funzione principale è "Converting selected PMID to Endnote".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pubmed2Endnote
Scarica i file di estensione Pubmed2Endnote 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
How can I download and import references from PubMed's website? Pubmed2Endnote easily convert your Reference from PubMed to EndNote database. In addition to existing PubMed search results, this extension will add direct link to download Endnote citation. Feature Log: - v1.1, support multiple citations (selected/all) export
Informazioni di Base sull'Estensione
Nome | Pubmed2Endnote |
ID | ijehohpnpekbejmlkiofnlggakgeheke |
URL Ufficiale | https://chromewebstore.google.com/detail/pubmed2endnote/ijehohpnpekbejmlkiofnlggakgeheke |
Descrizione | Converting selected PMID to Endnote |
Dimensione del File | 83.37 KB |
Conteggio Installazioni | 8,611 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-01-24 |
Data di Pubblicazione | 2014-01-24 |
Valutazione | 3.16/5 Totale 38 Valutazioni |
Sviluppatore | https://riadh.pfba-lab-tun.org |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "background": { "scripts": [ "jquery-1.9.1.min.js", "background.js" ] }, "browser_action": { "default_icon": "Endnote_bl.png", "default_title": "Pubmed 2 Endnote" }, "description": "Converting selected PMID to Endnote", "homepage_url": "http:\/\/riadh.pfba-lab-tun.org\/pubmed2endnote", "icons": { "128": "Endnote_bl.png", "64": "Endnote_bl.png" }, "key": "", "manifest_version": 2, "name": "Pubmed2Endnote", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "web_accessible_resources": [ "Endnote.png", "Endnote_bl.png" ] } |