Change PubMed

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

Co to jest Change PubMed?

Change PubMed to rozszerzenie Chrome opracowane przez Anonymous, a jego główną funkcją jest „Reformats PubMed titles to make for easier copying and pasting citations.”.

Pobierz plik CRX rozszerzenia Change PubMed

Pobierz pliki rozszerzeń Change PubMed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Change PubMed Change PubMed
ID iabdbfdpgebhehkdilfncbpikcfjlnbk
Oficjalny URL https://chrome.google.com/webstore/detail/change-pubmed/iabdbfdpgebhehkdilfncbpikcfjlnbk
Opis Reformats PubMed titles to make for easier copying and pasting citations.
Rozmiar pliku 39.82 KB
Liczba instalacji 24
Aktualna Wersja 0.8
Ostatnia Aktualizacja 2013-06-26
Data Publikacji 2013-06-26
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Anonymous
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}