Weatherly

Weather extension to stay up to date.

Что такое Weatherly?

Weatherly - это расширение Chrome, разработанное https://erlend.ee, и его основная функция - "Weather extension to stay up to date.".

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

screenshot

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

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

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

                        Check your weather and forecast with this simple little extension. It automatically detects your location and pulls the relevant weather data for your easy use.                    

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

Название Weatherly Weatherly
ID inogoogkkgnejkjmdhkepafkmblgoapl
Официальный URL https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl
Описание Weather extension to stay up to date.
Размер файла 1.09 MB
Количество установок 11
Текущая Версия 0.1.0
Последнее Обновление 2020-10-25
Дата публикации 2020-10-21
Рейтинг 1.00/5 Всего 1 оценок
Разработчик https://erlend.ee
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.erlend.ee
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weatherly",
    "homepage_url": "http:\/\/www.erlend.ee",
    "description": "Weather extension to stay up to date.",
    "default_locale": "en",
    "permissions": [
        "geolocation"
    ],
    "icons": {
        "15": "icons\/logo1.png",
        "30": "icons\/logo2.png",
        "60": "icons\/logo3.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Weatherly",
        "default_icon": {
            "15": "icons\/logo1.png",
            "30": "icons\/logo2.png"
        }
    },
    "version": "0.1.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}