Scholar Updates

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

¿Qué es Scholar Updates?

Scholar Updates es una extensión de Chrome desarrollada por Ricardo Matsumura, y su función principal es "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Scholar Updates

Descarga archivos de extensión Scholar Updates en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Scholar Updates Scholar Updates
ID omcldlkglopofaoiicnhommadfecgdeo
URL Oficial https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo
Descripción This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Tamaño del Archivo 3.1 MB
Cantidad de Instalaciones 687
Versión Actual 0.23
Última Actualización 2019-02-22
Fecha de Publicación 2019-02-22
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Ricardo Matsumura
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}