Scholar Updates

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

Vad är Scholar Updates?

Scholar Updates är en Chrome-tillägg utvecklad av Ricardo Matsumura, och dess huvudfunktion är "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".

Tilläggsskärmbilder

screenshot

Ladda ner Scholar Updates-förlängningens CRX-fil

Ladda ner Scholar Updates-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Scholar Updates Scholar Updates
ID omcldlkglopofaoiicnhommadfecgdeo
Officiell webbadress https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo
Beskrivning This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Filstorlek 3.1 MB
Antal Installationer 687
Aktuell Version 0.23
Senast Uppdaterad 2019-02-22
Publiceringsdatum 2019-02-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Ricardo Matsumura
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}