Election forecast ball pit

Bounce the balls in FiveThirtyEight's presidential forecast

Election forecast ball pitคืออะไร?

Election forecast ball pit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Zubak-Skees และคุณลักษณะหลักของมันคือ "Bounce the balls in FiveThirtyEight's presidential forecast"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Election forecast ball pit

ดาวน์โหลดไฟล์ส่วนขยาย Election forecast ball pit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}