Scholar Updates
This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Τι είναι το Scholar Updates;
Το Scholar Updates είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ricardo Matsumura, και η κύρια λειτουργία του είναι "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Scholar Updates
Λήψη αρχείων επέκτασης 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" } } |