Weathergirls

Let the Weathergirls show you what the weather is like out there with each new tab!

Что такое Weathergirls?

Weathergirls - это расширение Chrome, разработанное https://fathom.info, и его основная функция - "Let the Weathergirls show you what the weather is like out there with each new tab!".

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

screenshot

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

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

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

                        Know what to wear for the weather with the Weathergirls Chrome extension made by Fathom Information Design                    

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

Название Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
Официальный URL https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
Описание Let the Weathergirls show you what the weather is like out there with each new tab!
Размер файла 833 KB
Количество установок 23
Текущая Версия 1.0
Последнее Обновление 2017-12-18
Дата публикации 2017-12-18
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://fathom.info
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weathergirls",
    "description": "Let the Weathergirls show you what the weather is like out there with each new tab!",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "girls.html"
    },
    "short_name": "Weathergirls",
    "permissions": [
        "geolocation",
        "https:\/\/*.fathom.info\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com https:\/\/api.forecast.io https:\/\/weathergirls.fathom.info; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "38": "icon.png",
        "128": "icon128.png",
        "144": "icon144.png"
    }
}