Weather Buddy
Provides current weather conditions, and temperatures for the next three days.
Что такое Weather Buddy?
Weather Buddy - это расширение Chrome, разработанное kacpermyslinski, и его основная функция - "Provides current weather conditions, and temperatures for the next three days.".
Снимки экрана расширения
Скачать файл CRX расширения Weather Buddy
Скачайте файлы расширений Weather Buddy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Weather Buddy is a simple and straight-forward way to get current weather conditions and forecast temperatures wherever you are. Able to search for cities and convert temperatures between Celsius and Fahrenheit. Основная информация о расширении
| Название | |
| ID | bpbhcboindgomhjpohahlaoonfinnmkf |
| Официальный URL | https://chromewebstore.google.com/detail/weather-buddy/bpbhcboindgomhjpohahlaoonfinnmkf |
| Описание | Provides current weather conditions, and temperatures for the next three days. |
| Размер файла | 895 KB |
| Количество установок | 3,351 |
| Текущая Версия | 1.8.1 |
| Последнее Обновление | 2017-02-12 |
| Дата публикации | 2017-02-11 |
| Рейтинг | 3.90/5 Всего 50 оценок |
| Разработчик | kacpermyslinski |
| Тип оплаты | free |
| Официальный сайт расширения | http://kacper.life/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Weather Buddy",
"short_name": "Weather",
"description": "Provides current weather conditions, and temperatures for the next three days.",
"version": "1.8.1",
"browser_action": {
"default_icon": "assets\/icon.png",
"default_popup": "weather.html"
}
} | |