Election forecast ball pit

Bounce the balls in FiveThirtyEight's presidential forecast

Election forecast ball pit क्या है?

Election forecast ball pit Chris Zubak-Skees द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bounce the balls in FiveThirtyEight's presidential forecast"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Election forecast ball pit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Election forecast ball pit Election forecast ball pit
ID bcmcdcofkamibaocdbjlbnjnkkkkldba
आधिकारिक URL https://chromewebstore.google.com/detail/election-forecast-ball-pi/bcmcdcofkamibaocdbjlbnjnkkkkldba
विवरण Bounce the balls in FiveThirtyEight's presidential forecast
फ़ाइल का आकार 43.92 KB
स्थापना संख्या 28
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-09-21
प्रकाशन तिथि 2020-09-20
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Chris Zubak-Skees
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/chriszs/fte-ball-bounce
समर्थित भाषाएँ 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"
    }
}