Change PubMed

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

What is Change PubMed?

Change PubMed is a Chrome extension developed by Anonymous, and its main feature is "Reformats PubMed titles to make for easier copying and pasting citations.".

Download Change PubMed Extension CRX File

Download Change PubMed 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

                                            

Extension Basic Information

Name Change PubMed Change PubMed
ID iabdbfdpgebhehkdilfncbpikcfjlnbk
Official URL https://chrome.google.com/webstore/detail/change-pubmed/iabdbfdpgebhehkdilfncbpikcfjlnbk
Description Reformats PubMed titles to make for easier copying and pasting citations.
File Size 39.82 KB
Installation Count 24
Current Version 0.8
Last Updated 2013-06-26
Publish Date 2013-06-26
Rating 5.00/5 Total 2 Ratings
Developer Anonymous
Payment Type free
Supported Languages 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"
        }
    ]
}