Election forecast ball pit
Bounce the balls in FiveThirtyEight's presidential forecast
Vad är Election forecast ball pit?
Election forecast ball pit är en Chrome-tillägg utvecklad av Chris Zubak-Skees, och dess huvudfunktion är "Bounce the balls in FiveThirtyEight's presidential forecast".
Tilläggsskärmbilder
Ladda ner Election forecast ball pit-förlängningens CRX-fil
Ladda ner Election forecast ball pit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | bcmcdcofkamibaocdbjlbnjnkkkkldba |
| Officiell webbadress | https://chromewebstore.google.com/detail/election-forecast-ball-pi/bcmcdcofkamibaocdbjlbnjnkkkkldba |
| Beskrivning | Bounce the balls in FiveThirtyEight's presidential forecast |
| Filstorlek | 43.92 KB |
| Antal Installationer | 28 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2020-09-21 |
| Publiceringsdatum | 2020-09-20 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Chris Zubak-Skees |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/chriszs/fte-ball-bounce |
| Stödda Språk | 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"
}
} | |