Citation Transparency

Adds probabilistic gender info to Google Scholar and PubMed searches

Citation Transparencyคืออะไร?

Citation Transparency เป็นส่วนขยายของ Chrome ที่พัฒนาโดย citation.transparency.tools และคุณลักษณะหลักของมันคือ "Adds probabilistic gender info to Google Scholar and PubMed searches"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Citation Transparency

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}