Scholar Updates
This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Co je Scholar Updates?
Scholar Updates je rozšíření Chrome vyvinuté Ricardo Matsumura, a jeho hlavní funkcí je „This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Scholar Updates
Stáhněte si soubory rozšíření Scholar Updates ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Scholar Updates |
ID | omcldlkglopofaoiicnhommadfecgdeo |
Oficiální URL | https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo |
Popis | This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen. |
Velikost souboru | 3.1 MB |
Počet instalací | 687 |
Aktuální Verze | 0.23 |
Poslední Aktualizace | 2019-02-22 |
Datum Vydání | 2019-02-22 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Ricardo Matsumura |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |