Pubmed2Endnote
Converting selected PMID to Endnote
Wat is Pubmed2Endnote?
Pubmed2Endnote is een Chrome-extensie ontwikkeld door https://riadh.pfba-lab-tun.org, en de belangrijkste functie is "Converting selected PMID to Endnote".
Extensie Screenshots
Download het CRX-bestand van de extensie Pubmed2Endnote
Download Pubmed2Endnote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Pubmed2Endnote |
ID | ijehohpnpekbejmlkiofnlggakgeheke |
Officiële URL | https://chromewebstore.google.com/detail/pubmed2endnote/ijehohpnpekbejmlkiofnlggakgeheke |
Beschrijving | Converting selected PMID to Endnote |
Bestandsgrootte | 83.37 KB |
Aantal Installaties | 8,611 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-01-24 |
Publicatiedatum | 2014-01-24 |
Beoordeling | 3.16/5 Totaal 38 Beoordelingen |
Ontwikkelaar | https://riadh.pfba-lab-tun.org |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |