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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |