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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |