Change PubMed

Reformats PubMed titles to make for easier copying and pasting citations.

什么是Change PubMed?

Change PubMed是由Anonymous开发的Chrome扩展程序,该扩展的主要功能是“Reformats PubMed titles to make for easier copying and pasting citations.”。

下载Change PubMed扩展crx文件

下载Change PubMed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Change PubMed Change PubMed
ID iabdbfdpgebhehkdilfncbpikcfjlnbk
官方URL https://chrome.google.com/webstore/detail/change-pubmed/iabdbfdpgebhehkdilfncbpikcfjlnbk
简介 Reformats PubMed titles to make for easier copying and pasting citations.
文件大小 39.82 KB
安装次数 24
当前版本 0.8
更新时间 2013-06-26
上架时间 2013-06-26
评分 5.00/5 共2次评分
开发者 Anonymous
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change PubMed",
    "description": "Reformats PubMed titles to make for easier copying and pasting citations.",
    "version": "0.8",
    "permissions": [
        "http:\/\/www.ncbi.nlm.nih.gov\/pubmed\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ncbi.nlm.nih.gov\/pubmed\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}