538Notify

Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!

Что такое 538Notify?

538Notify - это расширение Chrome, разработанное robo-kropotkin, и его основная функция - "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".

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

screenshot

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

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

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

                        Sends you a desktop notification when FiveThirtyEight updates their election forecast                    

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

Название 538Notify 538Notify
ID djehogehididkoomccdbnkhihhbmjkpf
Официальный URL https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf
Описание Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
Размер файла 342 KB
Количество установок 60
Текущая Версия 0.1.1
Последнее Обновление 2020-11-03
Дата публикации 2020-10-31
Рейтинг 5.00/5 Всего 6 оценок
Разработчик robo-kropotkin
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/robo-kropotkin/538Notifier
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "538Notify",
    "description": "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!",
    "version": "0.1.1",
    "manifest_version": 2,
    "icons": {
        "48": ".\/pics\/FOXYMALARKEY48.png",
        "128": ".\/pics\/FOXYMALARKEY.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ]
}