Change PubMed
Reformats PubMed titles to make for easier copying and pasting citations.
Wat is Change PubMed?
Change PubMed is een Chrome-extensie ontwikkeld door Anonymous, en de belangrijkste functie is "Reformats PubMed titles to make for easier copying and pasting citations.".
Download het CRX-bestand van de extensie Change PubMed
Download Change PubMed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | ![]() |
ID | iabdbfdpgebhehkdilfncbpikcfjlnbk |
Officiële URL | https://chrome.google.com/webstore/detail/change-pubmed/iabdbfdpgebhehkdilfncbpikcfjlnbk |
Beschrijving | Reformats PubMed titles to make for easier copying and pasting citations. |
Bestandsgrootte | 39.82 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.8 |
Laatst Bijgewerkt | 2013-06-26 |
Publicatiedatum | 2013-06-26 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Anonymous |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |