538Notify
Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
Wat is 538Notify?
538Notify is een Chrome-extensie ontwikkeld door robo-kropotkin, en de belangrijkste functie is "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".
Extensie Screenshots
Download het CRX-bestand van de extensie 538Notify
Download 538Notify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Sends you a desktop notification when FiveThirtyEight updates their election forecast                     Basisinformatie over de Extensie
| Naam |   |  
| ID | djehogehididkoomccdbnkhihhbmjkpf | 
| Officiële URL | https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf | 
| Beschrijving | Notify you when the 538 model is updated so you don't spend your days refreshing over and over again! | 
| Bestandsgrootte | 342 KB | 
| Aantal Installaties | 60 | 
| Huidige Versie | 0.1.1 | 
| Laatst Bijgewerkt | 2020-11-03 | 
| Publicatiedatum | 2020-10-31 | 
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen | 
| Ontwikkelaar | robo-kropotkin | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/robo-kropotkin/538Notifier | 
| Ondersteunde Talen | 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"
    ]
}  |  |