538Notify
Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
Vad är 538Notify?
538Notify är en Chrome-tillägg utvecklad av robo-kropotkin, och dess huvudfunktion är "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".
Tilläggsskärmbilder
Ladda ner 538Notify-förlängningens CRX-fil
Ladda ner 538Notify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Sends you a desktop notification when FiveThirtyEight updates their election forecast
Grundläggande Information om Tillägg
Namn | 538Notify |
ID | djehogehididkoomccdbnkhihhbmjkpf |
Officiell webbadress | https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf |
Beskrivning | Notify you when the 538 model is updated so you don't spend your days refreshing over and over again! |
Filstorlek | 342 KB |
Antal Installationer | 60 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2020-11-03 |
Publiceringsdatum | 2020-10-31 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | robo-kropotkin |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/robo-kropotkin/538Notifier |
Stödda Språk | 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" ] } |