Election forecast ball pit

Bounce the balls in FiveThirtyEight's presidential forecast

Co je Election forecast ball pit?

Election forecast ball pit je rozšíření Chrome vyvinuté Chris Zubak-Skees, a jeho hlavní funkcí je „Bounce the balls in FiveThirtyEight's presidential forecast“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Election forecast ball pit

Stáhněte si soubory rozšíření Election forecast ball pit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Election forecast ball pit Election forecast ball pit
ID bcmcdcofkamibaocdbjlbnjnkkkkldba
Oficiální URL https://chromewebstore.google.com/detail/election-forecast-ball-pi/bcmcdcofkamibaocdbjlbnjnkkkkldba
Popis Bounce the balls in FiveThirtyEight's presidential forecast
Velikost souboru 43.92 KB
Počet instalací 28
Aktuální Verze 1.0.0
Poslední Aktualizace 2020-09-21
Datum Vydání 2020-09-20
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Chris Zubak-Skees
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/chriszs/fte-ball-bounce
Podporované Jazyky 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"
    }
}