Pubmed2Endnote
Converting selected PMID to Endnote
什麼是Pubmed2Endnote?
Pubmed2Endnote是由https://riadh.pfba-lab-tun.org開發的Chrome擴展程式,該擴展的主要功能是“Converting selected PMID to Endnote”。
擴展截圖
下載Pubmed2Endnote擴展crx文件
下載Pubmed2Endnote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ijehohpnpekbejmlkiofnlggakgeheke |
官方網址 | 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" ] } |