AOSSIE Scholar
Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…
AOSSIE Scholar là gì?
AOSSIE Scholar là một tiện ích mở rộng Chrome được phát triển bởi aossie-chrome-extension-publishers, và tính năng chính của nó là "Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…".
Ả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 AOSSIE Scholar
Tải xuống các tệp mở rộng AOSSIE Scholar 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
Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g. h-index, citations) that have limited applicability. AOSSIE Scholar provides a wide variety of alternative academic performance metrics that may provide a more holistic and more detailed view of a scholar’s academic contributions. It scraps data from the Google Scholar page of a scholar and then opens a new page showing various other metrics and charts for the scholar.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AOSSIE Scholar |
ID | bgoiffehmhngmehlbmcepkfikalopkgo |
URL Chính Thức | https://chromewebstore.google.com/detail/aossie-scholar/bgoiffehmhngmehlbmcepkfikalopkgo |
Mô tả | Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.… |
Kích Thước Tệp | 399 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-04-30 |
Ngày Phát Hành | 2020-08-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | aossie-chrome-extension-publishers |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AOSSIE Scholar", "version": "1.3", "manifest_version": 2, "browser_action": { "default_popup": ".\/views\/popup.html", "default_icon": { "16": ".\/images\/default_icon_16.png", "32": ".\/images\/default_icon_32.png", "48": ".\/images\/default_icon_48.png", "128": ".\/images\/default_icon_128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/scholar.google.com\/citations?hl=*&user=*", "https:\/\/scholar.google.com\/citations?user=*&hl=*" ], "js": [ ".\/js\/content.js" ] } ], "background": { "page": "views\/background.html", "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'" } |