Scholar Updates

This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.

Was ist Scholar Updates?

Scholar Updates ist eine Chrome-Erweiterung, die von Ricardo Matsumura entwickelt wurde, und ihr Hauptmerkmal ist "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".

Erweiterungsscreenshots

screenshot

Scholar Updates-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scholar Updates-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Scholar Updates Scholar Updates
ID omcldlkglopofaoiicnhommadfecgdeo
Offizielle URL https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo
Beschreibung This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Dateigröße 3.1 MB
Installationsanzahl 687
Aktuelle Version 0.23
Letztes Update 2019-02-22
Veröffentlichungsdatum 2019-02-22
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Ricardo Matsumura
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}