Weather & Time (multi-city)
Current weather and time in multiple cities (locations)
Что такое Weather & Time (multi-city)?
Weather & Time (multi-city) - это расширение Chrome, разработанное AlexKataev, и его основная функция - "Current weather and time in multiple cities (locations)".
Снимки экрана расширения
Скачать файл CRX расширения Weather & Time (multi-city)
Скачайте файлы расширений Weather & Time (multi-city) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Choose many cities and stay up to date about weather and time in them! Основная информация о расширении
| Название | |
| ID | oogbklojclobkhgadnhomfpoidemgima |
| Официальный URL | https://chromewebstore.google.com/detail/weather-time-multi-city/oogbklojclobkhgadnhomfpoidemgima |
| Описание | Current weather and time in multiple cities (locations) |
| Размер файла | 1.52 MB |
| Количество установок | 1,452 |
| Текущая Версия | 2.3.2 |
| Последнее Обновление | 2021-12-09 |
| Дата публикации | 2020-08-01 |
| Рейтинг | 4.00/5 Всего 8 оценок |
| Разработчик | AlexKataev |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Weather & Time (multi-city)",
"version": "2.3.2",
"description": "Current weather and time in multiple cities (locations)",
"action": {
"default_icon": {
"16": "\/assets\/favicon\/16x16.png",
"48": "\/assets\/favicon\/48x48.png",
"128": "\/assets\/favicon\/128x128.png"
},
"default_title": "Weather & time (multi-city)",
"default_popup": "index.html"
},
"author": "Alex Kataev",
"host_permissions": [
"https:\/\/autocomplete.geocoder.ls.hereapi.com\/6.2\/*",
"https:\/\/geocode.search.hereapi.com\/v1\/geocode*",
"http:\/\/api.openweathermap.org\/data\/2.5\/weather*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
} | |