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".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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"
}
} | |