538Notify

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

Hvad er 538Notify?

538Notify er en Chrome-udvidelse udviklet af robo-kropotkin, og dens hovedfunktion er "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".

Udvidelsesskærmbilleder

screenshot

Download 538Notify-udvidelses-CRX-fil

Download 538Notify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Sends you a desktop notification when FiveThirtyEight updates their election forecast                    

Grundlæggende oplysninger om udvidelsen

Navn 538Notify 538Notify
ID djehogehididkoomccdbnkhihhbmjkpf
Officiel URL https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf
Beskrivelse Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
Filstørrelse 342 KB
Antal Installationer 60
Nuværende Version 0.1.1
Senest Opdateret 2020-11-03
Udgivelsesdato 2020-10-31
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler robo-kropotkin
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/robo-kropotkin/538Notifier
Understøttede Sprog 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"
    ]
}