Scholar Updates
This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
What is Scholar Updates?
Scholar Updates is a Chrome extension developed by Ricardo Matsumura, and its main feature is "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".
Extension Screenshots
Download Scholar Updates Extension CRX File
Download Scholar Updates extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Scholar Updates |
ID | omcldlkglopofaoiicnhommadfecgdeo |
Official URL | https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo |
Description | This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen. |
File Size | 3.1 MB |
Installation Count | 687 |
Current Version | 0.23 |
Last Updated | 2019-02-22 |
Publish Date | 2019-02-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ricardo Matsumura |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |