Scholar Updates

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

Что такое Scholar Updates?

Scholar Updates - это расширение Chrome, разработанное Ricardo Matsumura, и его основная функция - "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Scholar Updates

Скачайте файлы расширений Scholar Updates в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Scholar Updates Scholar Updates
ID omcldlkglopofaoiicnhommadfecgdeo
Официальный URL https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo
Описание This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
Размер файла 3.1 MB
Количество установок 687
Текущая Версия 0.23
Последнее Обновление 2019-02-22
Дата публикации 2019-02-22
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Ricardo Matsumura
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}