Election forecast ball pit
Bounce the balls in FiveThirtyEight's presidential forecast
Hvad er Election forecast ball pit?
Election forecast ball pit er en Chrome-udvidelse udviklet af Chris Zubak-Skees, og dens hovedfunktion er "Bounce the balls in FiveThirtyEight's presidential forecast".
Udvidelsesskærmbilleder
Download Election forecast ball pit-udvidelses-CRX-fil
Download Election forecast ball pit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bcmcdcofkamibaocdbjlbnjnkkkkldba |
| Officiel URL | https://chromewebstore.google.com/detail/election-forecast-ball-pi/bcmcdcofkamibaocdbjlbnjnkkkkldba |
| Beskrivelse | Bounce the balls in FiveThirtyEight's presidential forecast |
| Filstørrelse | 43.92 KB |
| Antal Installationer | 28 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2020-09-21 |
| Udgivelsesdato | 2020-09-20 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | Chris Zubak-Skees |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/chriszs/fte-ball-bounce |
| Understøttede Sprog | 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"
}
} | |