Citation Transparency
Adds probabilistic gender info to Google Scholar and PubMed searches
Cos'è Citation Transparency?
Citation Transparency è un'estensione di Chrome sviluppata da citation.transparency.tools, e la sua funzione principale è "Adds probabilistic gender info to Google Scholar and PubMed searches".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Citation Transparency
Scarica i file di estensione Citation Transparency in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
In many fields, men and women are not cited at the level that one would expect given their prevalence in the field. One way we can help mitigate this bias is by making the perceived genders of first and last authors of papers more transparent in the search for references. Towards this goal, this extension adds probabilistic gender information to paper searches on Google Scholar and PubMed.
Informazioni di Base sull'Estensione
Nome | Citation Transparency |
ID | cepnbdbhabaljgecaddglhhcgajphbcf |
URL Ufficiale | https://chromewebstore.google.com/detail/citation-transparency/cepnbdbhabaljgecaddglhhcgajphbcf |
Descrizione | Adds probabilistic gender info to Google Scholar and PubMed searches |
Dimensione del File | 39.54 KB |
Conteggio Installazioni | 538 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2023-12-06 |
Data di Pubblicazione | 2020-08-28 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | citation.transparency.tools |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Citation Transparency", "description": "Adds probabilistic gender info to Google Scholar and PubMed searches", "version": "0.0.8", "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery-3.4.1.min.js", "content.js" ], "matches": [ "https:\/\/scholar.google.com\/*", "https:\/\/scholar.google.fr\/*", "https:\/\/scholar.google.de\/*", "https:\/\/scholar.google.co.il\/*", "https:\/\/scholar.google.be\/*", "https:\/\/scholar.google.cn\/*", "https:\/\/scholar.google.es\/*", "https:\/\/pubmed.ncbi.nlm.nih.gov\/*" ] } ], "permissions": [ "storage" ], "action": { "default_title": "Citation Transparency", "default_icon": "images\/logo.PNG", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "images\/logo.png" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3 } |