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 |
| 电子邮箱 | [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"
}
} | |