Weather
Extension shows the temperature and weather conditions for your current location
Что такое Weather?
Weather - это расширение Chrome, разработанное https://skyweather.org, и его основная функция - "Extension shows the temperature and weather conditions for your current location".
Снимки экрана расширения
Скачать файл CRX расширения Weather
Скачайте файлы расширений Weather в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Features:
- configurable update period
- configurable units: Fahrenheit/Celsius
- icon shows current temperature, cloudiness Основная информация о расширении
| Название | |
| ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
| Официальный URL | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
| Описание | Extension shows the temperature and weather conditions for your current location |
| Размер файла | 41.82 KB |
| Количество установок | 4,298 |
| Текущая Версия | 1.0.3.0 |
| Последнее Обновление | 2023-08-10 |
| Дата публикации | 2016-04-19 |
| Рейтинг | 3.50/5 Всего 42 оценок |
| Разработчик | https://skyweather.org |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://skyweather.org/ |
| URL страницы помощи | https://skyweather.org/ |
| URL страницы политики конфиденциальности | https://stopreclame.com/privacy.html |
| Поддерживаемые языки | de,en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_ext_name__",
"version": "1.0.3.0",
"manifest_version": 3,
"description": "__MSG_ext_description__",
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_icon": {
"19": "images\/icon-48.png",
"38": "images\/icon-48.png"
},
"default_title": "__MSG_popup_description__",
"default_popup": "html\/popup.html"
},
"options_page": "html\/options.html",
"permissions": [
"alarms",
"geolocation",
"storage"
],
"host_permissions": [
"https:\/\/*.skyweather.org\/*"
]
} | |