Get Weather Now

Weather extension

Что такое Get Weather Now?

Get Weather Now - это расширение Chrome, разработанное Calc Team, и его основная функция - "Weather extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Brings the weather updates you care about to your address bar.
Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.                    

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

Название Get Weather Now Get Weather Now
ID mdijeoiljombmbamjamjlcaopdckdnci
Официальный URL https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci
Описание Weather extension
Размер файла 6.83 MB
Количество установок 864
Текущая Версия 0.0.4
Последнее Обновление 2022-11-14
Дата публикации 2022-07-22
Рейтинг 2.27/5 Всего 15 оценок
Разработчик Calc Team
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.0.4",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/img\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/tiles.aqicn.org\/"
    ]
}