Scholar Updates
This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Wat is Scholar Updates?
Scholar Updates is een Chrome-extensie ontwikkeld door Ricardo Matsumura, en de belangrijkste functie is "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".
Extensie Screenshots
Download het CRX-bestand van de extensie Scholar Updates
Download Scholar Updates-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Scholar Updates |
ID | omcldlkglopofaoiicnhommadfecgdeo |
Officiële URL | https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo |
Beschrijving | This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen. |
Bestandsgrootte | 3.1 MB |
Aantal Installaties | 687 |
Huidige Versie | 0.23 |
Laatst Bijgewerkt | 2019-02-22 |
Publicatiedatum | 2019-02-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ricardo Matsumura |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |