Election forecast ball pit

Bounce the balls in FiveThirtyEight's presidential forecast

Co to jest Election forecast ball pit?

Election forecast ball pit to rozszerzenie Chrome opracowane przez Chris Zubak-Skees, a jego główną funkcją jest „Bounce the balls in FiveThirtyEight's presidential forecast”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Election forecast ball pit

Pobierz pliki rozszerzeń Election forecast ball pit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Election forecast ball pit Election forecast ball pit
ID bcmcdcofkamibaocdbjlbnjnkkkkldba
Oficjalny URL https://chromewebstore.google.com/detail/election-forecast-ball-pi/bcmcdcofkamibaocdbjlbnjnkkkkldba
Opis Bounce the balls in FiveThirtyEight's presidential forecast
Rozmiar pliku 43.92 KB
Liczba instalacji 28
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-09-21
Data Publikacji 2020-09-20
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Chris Zubak-Skees
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/chriszs/fte-ball-bounce
Obsługiwane Języki 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"
    }
}