Pubmed2Endnote

Converting selected PMID to Endnote

Pubmed2Endnote란 무엇입니까?

Pubmed2Endnote은(는) https://riadh.pfba-lab-tun.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converting selected PMID to Endnote"입니다.

확장 프로그램 스크린샷

screenshot

Pubmed2Endnote 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Pubmed2Endnote Pubmed2Endnote
ID ijehohpnpekbejmlkiofnlggakgeheke
공식 URL https://chromewebstore.google.com/detail/pubmed2endnote/ijehohpnpekbejmlkiofnlggakgeheke
설명 Converting selected PMID to Endnote
파일 크기 83.37 KB
설치 횟수 8,611
현재 버전 1.1
최근 업데이트 2014-01-24
출시 날짜 2014-01-24
평점 3.16/5 총 38 개의 평점
개발자 https://riadh.pfba-lab-tun.org
결제 유형 free
지원되는 언어 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"
    ]
}