Election forecast ball pit
Bounce the balls in FiveThirtyEight's presidential forecast
Wat is Election forecast ball pit?
Election forecast ball pit is een Chrome-extensie ontwikkeld door Chris Zubak-Skees, en de belangrijkste functie is "Bounce the balls in FiveThirtyEight's presidential forecast".
Extensie Screenshots
Download het CRX-bestand van de extensie Election forecast ball pit
Download Election forecast ball pit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Election forecast ball pit |
ID | bcmcdcofkamibaocdbjlbnjnkkkkldba |
Officiële URL | https://chromewebstore.google.com/detail/election-forecast-ball-pi/bcmcdcofkamibaocdbjlbnjnkkkkldba |
Beschrijving | Bounce the balls in FiveThirtyEight's presidential forecast |
Bestandsgrootte | 43.92 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-09-21 |
Publicatiedatum | 2020-09-20 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Chris Zubak-Skees |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/chriszs/fte-ball-bounce |
Ondersteunde Talen | 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" } } |