538Notify
Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
What is 538Notify?
538Notify is a Chrome extension developed by robo-kropotkin, and its main feature is "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".
Extension Screenshots
Download 538Notify Extension CRX File
Download 538Notify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sends you a desktop notification when FiveThirtyEight updates their election forecast
Extension Basic Information
Name | 538Notify |
ID | djehogehididkoomccdbnkhihhbmjkpf |
Official URL | https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf |
Description | Notify you when the 538 model is updated so you don't spend your days refreshing over and over again! |
File Size | 342 KB |
Installation Count | 60 |
Current Version | 0.1.1 |
Last Updated | 2020-11-03 |
Publish Date | 2020-10-31 |
Rating | 5.00/5 Total 6 Ratings |
Developer | robo-kropotkin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/robo-kropotkin/538Notifier |
Supported Languages | 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" ] } |