Scholar Updates

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

Hvad er Scholar Updates?

Scholar Updates er en Chrome-udvidelse udviklet af Ricardo Matsumura, og dens hovedfunktion er "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".

Udvidelsesskærmbilleder

screenshot

Download Scholar Updates-udvidelses-CRX-fil

Download Scholar Updates-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Scholar Updates Scholar Updates
ID omcldlkglopofaoiicnhommadfecgdeo
Officiel URL https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo
Beskrivelse This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Filstørrelse 3.1 MB
Antal Installationer 687
Nuværende Version 0.23
Senest Opdateret 2019-02-22
Udgivelsesdato 2019-02-22
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Ricardo Matsumura
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}