Change PubMed

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

Qu'est-ce que Change PubMed ?

Change PubMed est une extension Chrome développée par Anonymous, et sa fonction principale est "Reformats PubMed titles to make for easier copying and pasting citations.".

Télécharger le fichier CRX de l'extension Change PubMed

Téléchargez les fichiers d'extension Change PubMed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Change PubMed Change PubMed
ID iabdbfdpgebhehkdilfncbpikcfjlnbk
URL Officiel https://chrome.google.com/webstore/detail/change-pubmed/iabdbfdpgebhehkdilfncbpikcfjlnbk
Description Reformats PubMed titles to make for easier copying and pasting citations.
Taille du Fichier 39.82 KB
Nombre d'Installations 24
Version Actuelle 0.8
Dernière Mise à Jour 2013-06-26
Date de Publication 2013-06-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur Anonymous
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}