Quick Weather
Quick weather report based on your location
Что такое Quick Weather?
Quick Weather - это расширение Chrome, разработанное Vlad Nicoara, и его основная функция - "Quick weather report based on your location".
Снимки экрана расширения
Скачать файл CRX расширения Quick Weather
Скачайте файлы расширений Quick Weather в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button. You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.
Основная информация о расширении
Название | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
Официальный URL | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
Описание | Quick weather report based on your location |
Размер файла | 91.42 KB |
Количество установок | 205 |
Текущая Версия | 0.1.2 |
Последнее Обновление | 2015-02-25 |
Дата публикации | 2015-02-25 |
Рейтинг | 2.50/5 Всего 2 оценок |
Разработчик | Vlad Nicoara |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Weather", "manifest_version": 2, "description": "Quick weather report based on your location", "version": "0.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/api.openweathermap.org\/", "storage", "geolocation" ] } |