World Weather Forecast

Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.

Что такое World Weather Forecast?

World Weather Forecast - это расширение Chrome, разработанное Smart Software, и его основная функция - "Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения World Weather Forecast

Скачайте файлы расширений World Weather Forecast в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Weather forecast & current weather worldwide in Fahrenheit or Celsius.
Explore world weather maps to view meteorological conditions all across the world.
Automatically displays the weather forecast for your current location, or Enter city name to get forecasts for cities around the world.                    

Основная информация о расширении

Название World Weather Forecast World Weather Forecast
ID fnfnbeppfinmnjnjhedifcfllpcfgeea
Официальный URL https://chromewebstore.google.com/detail/world-weather-forecast/fnfnbeppfinmnjnjhedifcfllpcfgeea
Описание Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.
Размер файла 34.77 KB
Количество установок 68,657
Текущая Версия 2.0.3.6
Последнее Обновление 2023-12-05
Дата публикации 2020-02-22
Рейтинг 4.58/5 Всего 4261 оценок
Разработчик Smart Software
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://weather.fullstacks.net/
URL страницы помощи https://weather.fullstacks.net/
URL страницы политики конфиденциальности http://iblogbox.com/chrome/tos.php
Поддерживаемые языки en
manifest.json
{
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "2.0.3.6"
}