Election forecast ball pit
Bounce the balls in FiveThirtyEight's presidential forecast
Cos'è Election forecast ball pit?
Election forecast ball pit è un'estensione di Chrome sviluppata da Chris Zubak-Skees, e la sua funzione principale è "Bounce the balls in FiveThirtyEight's presidential forecast".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Election forecast ball pit
Scarica i file di estensione Election forecast ball pit 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
Play with the balls in FiveThirtyEight's presidential forecast! Bounce them! Bump them! Relieve your anxiety. Made by Chris Zubak-Skees, a member of the Bad Idea Factory. In no way endorsed or associated with FiveThirtyEight.
Informazioni di Base sull'Estensione
Nome | Election forecast ball pit |
ID | bcmcdcofkamibaocdbjlbnjnkkkkldba |
URL Ufficiale | https://chromewebstore.google.com/detail/election-forecast-ball-pi/bcmcdcofkamibaocdbjlbnjnkkkkldba |
Descrizione | Bounce the balls in FiveThirtyEight's presidential forecast |
Dimensione del File | 43.92 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-09-21 |
Data di Pubblicazione | 2020-09-20 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Chris Zubak-Skees |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/chriszs/fte-ball-bounce |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Election forecast ball pit", "description": "Bounce the balls in FiveThirtyEight's presidential forecast", "version": "1.0.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/projects.fivethirtyeight.com\/2020-election-forecast\/" ], "js": [ "index.js" ], "css": [ "main.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |