538Notify

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

Co je 538Notify?

538Notify je rozšíření Chrome vyvinuté robo-kropotkin, a jeho hlavní funkcí je „Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření 538Notify

Stáhněte si soubory rozšíření 538Notify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Sends you a desktop notification when FiveThirtyEight updates their election forecast                    

Základní Informace o Rozšíření

Název 538Notify 538Notify
ID djehogehididkoomccdbnkhihhbmjkpf
Oficiální URL https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf
Popis Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
Velikost souboru 342 KB
Počet instalací 60
Aktuální Verze 0.1.1
Poslední Aktualizace 2020-11-03
Datum Vydání 2020-10-31
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář robo-kropotkin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/robo-kropotkin/538Notifier
Podporované Jazyky 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"
    ]
}