Citation Transparency

Adds probabilistic gender info to Google Scholar and PubMed searches

O que é Citation Transparency?

Citation Transparency é uma extensão do Chrome desenvolvida por citation.transparency.tools, e sua principal característica é "Adds probabilistic gender info to Google Scholar and PubMed searches".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Citation Transparency

Baixe arquivos de extensão Citation Transparency no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Citation Transparency Citation Transparency
ID cepnbdbhabaljgecaddglhhcgajphbcf
URL Oficial https://chromewebstore.google.com/detail/citation-transparency/cepnbdbhabaljgecaddglhhcgajphbcf
Descrição Adds probabilistic gender info to Google Scholar and PubMed searches
Tamanho do Arquivo 39.54 KB
Contagem de Instalações 538
Versão Atual 0.0.8
Última Atualização 2023-12-06
Data de Publicação 2020-08-28
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor citation.transparency.tools
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}