Sporting Update
This extension will get team results, news, and standings as fast as you can click
Что такое Sporting Update?
Sporting Update - это расширение Chrome, разработанное dbextsandapps, и его основная функция - "This extension will get team results, news, and standings as fast as you can click".
Снимки экрана расширения
Скачать файл CRX расширения Sporting Update
Скачайте файлы расширений Sporting Update в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tired of clicking around to link after link to find out what's happening with your favorite sports teams? Want to get to the standings, rankings, or latest team's result faster? Get the latest NFL, NBA, MLB, NCAA Football, and NCAA M Basketball information with this simple, easy to use extension. There is nothing mind-blowing about this extension, but I'm hoping it will slightly simplify your sports needs.
Основная информация о расширении
Название | |
ID | blcjpfocolckibpejgelcfgjifdfjobm |
Официальный URL | https://chrome.google.com/webstore/detail/sporting-update/blcjpfocolckibpejgelcfgjifdfjobm |
Описание | This extension will get team results, news, and standings as fast as you can click |
Размер файла | 2.54 MB |
Количество установок | 53 |
Текущая Версия | 0.0.0.2 |
Последнее Обновление | 2018-01-15 |
Дата публикации | 2018-01-15 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | dbextsandapps |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sporting Update", "description": "This extension will get team results, news, and standings as fast as you can click", "version": "0.0.0.2", "browser_action": { "default_icon": { "19": "foamfinger19.png", "38": "foamfinger38.png" }, "default_popup": "popup.html" }, "icons": { "16": "foamfinger16.png", "48": "foamfinger48.png", "128": "foamfinger96.png" }, "short_name": "SportUpdate", "permissions": [ "activeTab" ] } |