Citation Transparency
Adds probabilistic gender info to Google Scholar and PubMed searches
Citation Transparency क्या है?
Citation Transparency citation.transparency.tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds probabilistic gender info to Google Scholar and PubMed searches"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Citation Transparency एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |