Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
Что такое Local Weather (Current Conditions)?
Local Weather (Current Conditions) - это расширение Chrome, разработанное mohiman, и его основная функция - "Presents weather based on your current location, or you can update by entering new location/zip etc.".
Снимки экрана расширения
Скачать файл CRX расширения Local Weather (Current Conditions)
Скачайте файлы расширений Local Weather (Current Conditions) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | Local Weather (Current Conditions) |
ID | kobanmpgpihdneoociggikppoblinmol |
Официальный URL | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
Описание | Presents weather based on your current location, or you can update by entering new location/zip etc. |
Размер файла | 1.16 MB |
Количество установок | 16 |
Текущая Версия | 2.25 |
Последнее Обновление | 2016-07-22 |
Дата публикации | 2016-07-21 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | mohiman |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Local Weather (Current Conditions)", "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.", "version": "2.25", "browser_action": { "default_icon": "weather.png", "default_title": "Current Weather", "default_popup": "Mohit-Extension.html" }, "icons": { "16": "weatherMain1.png", "48": "weatherMain2.png", "128": "weatherMain3.png" }, "permissions": [ "activeTab", "geolocation", "http:\/\/api.openweathermap.org\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |