Weather
The best way to see the Weather Forecast right in your browser. Easier than looking outside!
Что такое Weather?
Weather - это расширение Chrome, разработанное https://weatherextension.com, и его основная функция - "The best way to see the Weather Forecast right in your browser. Easier than looking outside!".
Снимки экрана расширения
Скачать файл CRX расширения Weather
Скачайте файлы расширений Weather в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Weather automatically locates and displays your current weather forecast, hourly and 7 day forecast. The app icon will automatically update to your current temperature. Very easy to use with more features coming soon!
Features
-----------------
* Multiple Weather Data Sources (Visual Crossing Api, PirateWeather Api, and more)
* Hourly and 7 day forecasts
* Precipitation and Severe Weather alerts
* Temperature in your Toolbar
* Geolocation
* Supports multiple languages
* Multiple locations
* Animated icons
* Set custom location by address or zip code
* Choose Fahrenheit or Celsius
* Settings sync between devices
* 12h/24h time format
* Accurate Weather Forecast
FAQ: timleland.com/weather-extension-faq Основная информация о расширении
| Название | |
| ID | iolcbmjhmpdheggkocibajddahbeiglb |
| Официальный URL | https://chromewebstore.google.com/detail/weather/iolcbmjhmpdheggkocibajddahbeiglb |
| Описание | The best way to see the Weather Forecast right in your browser. Easier than looking outside! |
| Размер файла | 10.82 MB |
| Количество установок | 153,933 |
| Текущая Версия | 6.0.14 |
| Последнее Обновление | 2024-01-18 |
| Дата публикации | 2020-05-22 |
| Рейтинг | 2.82/5 Всего 6327 оценок |
| Разработчик | https://weatherextension.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://weatherextension.com/ |
| URL страницы помощи | https://timleland.com/weather-extension-faq/ |
| URL страницы политики конфиденциальности | https://t.ly/privacy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Weather",
"short_name": "Weather",
"homepage_url": "https:\/\/weatherextension.com\/",
"version": "6.0.14",
"description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!",
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"38": "img\/icon38.png"
},
"default_title": "Weather",
"default_popup": "popup.html"
},
"manifest_version": 3,
"permissions": [
"alarms",
"storage",
"geolocation",
"notifications",
"idle"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
}
} | |