Election forecast ball pit

Bounce the balls in FiveThirtyEight's presidential forecast

什麼是Election forecast ball pit?

Election forecast ball pit是由Chris Zubak-Skees開發的Chrome擴展程式,該擴展的主要功能是“Bounce the balls in FiveThirtyEight's presidential forecast”。

擴展截圖

screenshot

下載Election forecast ball pit擴展crx文件

下載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
官方網址 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"
    }
}