Current Weather - New Tab

Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!

Что такое Current Weather - New Tab?

Current Weather - New Tab - это расширение Chrome, разработанное Antech Development, и его основная функция - "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Current Weather - New Tab

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

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

                                            

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

Название Current Weather - New Tab Current Weather - New Tab
ID gkgglahfccodheljaolemocokldjbnbh
Официальный URL https://chromewebstore.google.com/detail/current-weather-new-tab/gkgglahfccodheljaolemocokldjbnbh
Описание Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!
Размер файла 614 KB
Количество установок 5,035
Текущая Версия 1.1
Последнее Обновление 2016-02-02
Дата публикации 2016-02-01
Рейтинг 3.88/5 Всего 16 оценок
Разработчик Antech Development
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.antechdevelopment.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Weather - New Tab",
    "short_name": "View live weather data in an awesome live new tab!",
    "description": "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!",
    "version": "1.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "geolocation",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}