Citation Transparency

Adds probabilistic gender info to Google Scholar and PubMed searches

Vad är Citation Transparency?

Citation Transparency är en Chrome-tillägg utvecklad av citation.transparency.tools, och dess huvudfunktion är "Adds probabilistic gender info to Google Scholar and PubMed searches".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Citation Transparency-förlängningens CRX-fil

Ladda ner Citation Transparency-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Citation Transparency Citation Transparency
ID cepnbdbhabaljgecaddglhhcgajphbcf
Officiell webbadress https://chromewebstore.google.com/detail/citation-transparency/cepnbdbhabaljgecaddglhhcgajphbcf
Beskrivning Adds probabilistic gender info to Google Scholar and PubMed searches
Filstorlek 39.54 KB
Antal Installationer 538
Aktuell Version 0.0.8
Senast Uppdaterad 2023-12-06
Publiceringsdatum 2020-08-28
Betyg 4.50/5 Totalt 4 Betyg
Utvecklare citation.transparency.tools
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}