Citation Transparency

Adds probabilistic gender info to Google Scholar and PubMed searches

Was ist Citation Transparency?

Citation Transparency ist eine Chrome-Erweiterung, die von citation.transparency.tools entwickelt wurde, und ihr Hauptmerkmal ist "Adds probabilistic gender info to Google Scholar and PubMed searches".

Erweiterungsscreenshots

screenshot
screenshot

Citation Transparency-Erweiterungs-CRX-Datei herunterladen

Laden Sie Citation Transparency-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Citation Transparency Citation Transparency
ID cepnbdbhabaljgecaddglhhcgajphbcf
Offizielle URL https://chromewebstore.google.com/detail/citation-transparency/cepnbdbhabaljgecaddglhhcgajphbcf
Beschreibung Adds probabilistic gender info to Google Scholar and PubMed searches
Dateigröße 39.54 KB
Installationsanzahl 538
Aktuelle Version 0.0.8
Letztes Update 2023-12-06
Veröffentlichungsdatum 2020-08-28
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler citation.transparency.tools
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}