Citation Transparency
Adds probabilistic gender info to Google Scholar and PubMed searches
What is Citation Transparency?
Citation Transparency is a Chrome extension developed by citation.transparency.tools, and its main feature is "Adds probabilistic gender info to Google Scholar and PubMed searches".
Extension Screenshots
Download Citation Transparency Extension CRX File
Download Citation Transparency extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Citation Transparency |
ID | cepnbdbhabaljgecaddglhhcgajphbcf |
Official URL | https://chromewebstore.google.com/detail/citation-transparency/cepnbdbhabaljgecaddglhhcgajphbcf |
Description | Adds probabilistic gender info to Google Scholar and PubMed searches |
File Size | 39.54 KB |
Installation Count | 538 |
Current Version | 0.0.8 |
Last Updated | 2023-12-06 |
Publish Date | 2020-08-28 |
Rating | 4.50/5 Total 4 Ratings |
Developer | citation.transparency.tools |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |