538Notify
Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
Was ist 538Notify?
538Notify ist eine Chrome-Erweiterung, die von robo-kropotkin entwickelt wurde, und ihr Hauptmerkmal ist "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".
Erweiterungsscreenshots
538Notify-Erweiterungs-CRX-Datei herunterladen
Laden Sie 538Notify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Sends you a desktop notification when FiveThirtyEight updates their election forecast                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | djehogehididkoomccdbnkhihhbmjkpf | 
| Offizielle URL | https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf | 
| Beschreibung | Notify you when the 538 model is updated so you don't spend your days refreshing over and over again! | 
| Dateigröße | 342 KB | 
| Installationsanzahl | 60 | 
| Aktuelle Version | 0.1.1 | 
| Letztes Update | 2020-11-03 | 
| Veröffentlichungsdatum | 2020-10-31 | 
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen | 
| Entwickler | robo-kropotkin | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/robo-kropotkin/538Notifier | 
| Unterstützte Sprachen | 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"
    ]
}  |  |