Change PubMed

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

Apa itu Change PubMed?

Change PubMed adalah ekstensi Chrome yang dikembangkan oleh Anonymous, dan fitur utamanya adalah "Reformats PubMed titles to make for easier copying and pasting citations.".

Unduh Berkas CRX Ekstensi Change PubMed

Unduh file ekstensi Change PubMed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Change PubMed Change PubMed
ID iabdbfdpgebhehkdilfncbpikcfjlnbk
URL Resmi https://chrome.google.com/webstore/detail/change-pubmed/iabdbfdpgebhehkdilfncbpikcfjlnbk
Deskripsi Reformats PubMed titles to make for easier copying and pasting citations.
Ukuran File 39.82 KB
Jumlah Instalasi 24
Versi Saat Ini 0.8
Terakhir Diperbarui 2013-06-26
Tanggal Publikasi 2013-06-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Anonymous
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}