Scholar Updates

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

Cos'è Scholar Updates?

Scholar Updates è un'estensione di Chrome sviluppata da Ricardo Matsumura, e la sua funzione principale è "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scholar Updates

Scarica i file di estensione Scholar Updates in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Scholar Updates Scholar Updates
ID omcldlkglopofaoiicnhommadfecgdeo
URL Ufficiale https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo
Descrizione This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Dimensione del File 3.1 MB
Conteggio Installazioni 687
Versione Corrente 0.23
Ultimo Aggiornamento 2019-02-22
Data di Pubblicazione 2019-02-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Ricardo Matsumura
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}