Scholar Updates
This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Scholar Updates là gì?
Scholar Updates là một tiện ích mở rộng Chrome được phát triển bởi Ricardo Matsumura, và tính năng chính của nó là "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".
Ả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 Scholar Updates
Tải xuống các tệp mở rộng Scholar Updates 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
The Scholar Updates extension allows for tracking a Google Scholar profile so that one can know when new citations and new articles are added to the profile. It allows to know which articles received the citations. Whenever there are updates, the icon will show a blue exclamation point in it. Updates are checked every couple of hours, but can be manually triggered by clicking on the extension's icon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scholar Updates |
ID | omcldlkglopofaoiicnhommadfecgdeo |
URL Chính Thức | https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo |
Mô tả | This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen. |
Kích Thước Tệp | 3.1 MB |
Số Lần Cài Đặt | 687 |
Phiên Bản Hiện Tại | 0.23 |
Cập Nhật Lần Cuối | 2019-02-22 |
Ngày Phát Hành | 2019-02-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Ricardo Matsumura |
[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", "manifest_version": 2, "name": "Scholar Updates", "description": "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.", "version": "0.23", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "alarms", "tabs", "https:\/\/scholar.google.com\/*", "https:\/\/scholar.google.com.br\/*" ], "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_popup": "popup.html" } } |