Update Notifier

Automatically opens the official Chrome releases blog when Chrome autoupdates itself

Что такое Update Notifier?

Update Notifier - это расширение Chrome, разработанное Daniel Herr, и его основная функция - "Automatically opens the official Chrome releases blog when Chrome autoupdates itself".

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

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

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

                        Automatically opens the official Chrome releases blog when Chrome autoupdates itself. You can also set it to open flags and Francois Beaufort's posts in the options page.                    

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

Название Update Notifier Update Notifier
ID pmohkjageidgicgkfgbgokkchobcadkc
Официальный URL https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc
Описание Automatically opens the official Chrome releases blog when Chrome autoupdates itself
Размер файла 8.93 KB
Количество установок 380
Текущая Версия 2
Последнее Обновление 2016-01-29
Дата публикации 2016-01-29
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Daniel Herr
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://danielherr.github.io/
Поддерживаемые языки en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Automatically opens the official Chrome releases blog when Chrome autoupdates itself",
    "manifest_version": 2,
    "name": "Update Notifier",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2",
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}