Pubmed2Endnote

Converting selected PMID to Endnote

What is Pubmed2Endnote?

Pubmed2Endnote is a Chrome extension developed by https://riadh.pfba-lab-tun.org, and its main feature is "Converting selected PMID to Endnote".

Extension Screenshots

screenshot

Download Pubmed2Endnote Extension CRX File

Download Pubmed2Endnote 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

                        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                    

Extension Basic Information

Name Pubmed2Endnote Pubmed2Endnote
ID ijehohpnpekbejmlkiofnlggakgeheke
Official URL https://chromewebstore.google.com/detail/pubmed2endnote/ijehohpnpekbejmlkiofnlggakgeheke
Description Converting selected PMID to Endnote
File Size 83.37 KB
Installation Count 8,611
Current Version 1.1
Last Updated 2014-01-24
Publish Date 2014-01-24
Rating 3.16/5 Total 38 Ratings
Developer https://riadh.pfba-lab-tun.org
Payment Type free
Supported Languages 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"
    ]
}