Citation Transparency
Adds probabilistic gender info to Google Scholar and PubMed searches
Citation Transparency là gì?
Citation Transparency là một tiện ích mở rộng Chrome được phát triển bởi citation.transparency.tools, và tính năng chính của nó là "Adds probabilistic gender info to Google Scholar and PubMed searches".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Citation Transparency
Tải xuống các tệp mở rộng Citation Transparency dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Citation Transparency |
ID | cepnbdbhabaljgecaddglhhcgajphbcf |
URL Chính Thức | https://chromewebstore.google.com/detail/citation-transparency/cepnbdbhabaljgecaddglhhcgajphbcf |
Mô tả | Adds probabilistic gender info to Google Scholar and PubMed searches |
Kích Thước Tệp | 39.54 KB |
Số Lần Cài Đặt | 538 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2023-12-06 |
Ngày Phát Hành | 2020-08-28 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | citation.transparency.tools |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |