538Notify
Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
Qu'est-ce que 538Notify ?
538Notify est une extension Chrome développée par robo-kropotkin, et sa fonction principale est "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 538Notify
Téléchargez les fichiers d'extension 538Notify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Sends you a desktop notification when FiveThirtyEight updates their election forecast
Informations de Base sur l'Extension
Nom | 538Notify |
ID | djehogehididkoomccdbnkhihhbmjkpf |
URL Officiel | 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! |
Taille du Fichier | 342 KB |
Nombre d'Installations | 60 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2020-11-03 |
Date de Publication | 2020-10-31 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | robo-kropotkin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/robo-kropotkin/538Notifier |
Langues Prises en Charge | 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" ] } |