Scholar Updates

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

Qu'est-ce que Scholar Updates ?

Scholar Updates est une extension Chrome développée par Ricardo Matsumura, et sa fonction principale est "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scholar Updates

Téléchargez les fichiers d'extension Scholar Updates au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Scholar Updates Scholar Updates
ID omcldlkglopofaoiicnhommadfecgdeo
URL Officiel 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.
Taille du Fichier 3.1 MB
Nombre d'Installations 687
Version Actuelle 0.23
Dernière Mise à Jour 2019-02-22
Date de Publication 2019-02-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur Ricardo Matsumura
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}