538Notify
Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
Cos'è 538Notify?
538Notify è un'estensione di Chrome sviluppata da robo-kropotkin, e la sua funzione principale è "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 538Notify
Scarica i file di estensione 538Notify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Sends you a desktop notification when FiveThirtyEight updates their election forecast
Informazioni di Base sull'Estensione
Nome | 538Notify |
ID | djehogehididkoomccdbnkhihhbmjkpf |
URL Ufficiale | https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf |
Descrizione | Notify you when the 538 model is updated so you don't spend your days refreshing over and over again! |
Dimensione del File | 342 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2020-11-03 |
Data di Pubblicazione | 2020-10-31 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | robo-kropotkin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/robo-kropotkin/538Notifier |
Lingue Supportate | 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" ] } |