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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}