Citation Transparency

Adds probabilistic gender info to Google Scholar and PubMed searches

什麼是Citation Transparency?

Citation Transparency是由citation.transparency.tools開發的Chrome擴展程式,該擴展的主要功能是“Adds probabilistic gender info to Google Scholar and PubMed searches”。

擴展截圖

screenshot
screenshot

下載Citation Transparency擴展crx文件

下載Citation Transparency擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Citation Transparency Citation Transparency
ID cepnbdbhabaljgecaddglhhcgajphbcf
官方網址 https://chromewebstore.google.com/detail/citation-transparency/cepnbdbhabaljgecaddglhhcgajphbcf
簡介 Adds probabilistic gender info to Google Scholar and PubMed searches
檔案大小 39.54 KB
安裝次數 538
目前版本 0.0.8
更新時間 2023-12-06
上架時間 2020-08-28
評分 4.50/5 共 4 次評分
開發者 citation.transparency.tools
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}