Weather forecast
Weather forecast for current city.
Что такое Weather forecast?
Weather forecast - это расширение Chrome, разработанное nikolinadeveloper, и его основная функция - "Weather forecast for current city.".
Снимки экрана расширения
Скачать файл CRX расширения Weather forecast
Скачайте файлы расширений Weather forecast в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations. Key features: - multiple location support - current weather - 7 days forecast - global coverage For any bugs and questions please sand email to [email protected].
Основная информация о расширении
Название | |
ID | kccbhbehegopfhpmnmlnhkaidfiamepb |
Официальный URL | https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb |
Описание | Weather forecast for current city. |
Размер файла | 29.06 KB |
Количество установок | 981 |
Текущая Версия | 0.0.0.1 |
Последнее Обновление | 2018-02-14 |
Дата публикации | 2018-02-14 |
Рейтинг | 3.83/5 Всего 12 оценок |
Разработчик | nikolinadeveloper |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather forecast", "version": "0.0.0.1", "manifest_version": 2, "description": "Weather forecast for current city.", "background": { "scripts": [ "src\/vremenska_prognoza\/vremenska_prognoza.js" ] }, "browser_action": { "default_icon": { "38": "img\/icon38.png" }, "default_title": "Weather forecast", "default_popup": "src\/prognoza.html" }, "icons": { "38": "img\/icon38.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" } } |