Scholar Updates
This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
什么是Scholar Updates?
Scholar Updates是由Ricardo Matsumura开发的Chrome扩展程序,该扩展的主要功能是“This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.”。
扩展截图
下载Scholar Updates扩展crx文件
下载Scholar Updates扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Scholar Updates |
ID | omcldlkglopofaoiicnhommadfecgdeo |
官方URL | https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo |
简介 | This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen. |
文件大小 | 3.1 MB |
安装次数 | 687 |
当前版本 | 0.23 |
更新时间 | 2019-02-22 |
上架时间 | 2019-02-22 |
评分 | 5.00/5 共2次评分 |
开发者 | Ricardo Matsumura |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |