Time and Weather Tab

Minimal New Tab Page.

Что такое Time and Weather Tab?

Time and Weather Tab - это расширение Chrome, разработанное wilsodadeveloper, и его основная функция - "Minimal New Tab Page.".

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

screenshot

Скачать файл CRX расширения Time and Weather Tab

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

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

                        A minimal new tab page that shows the time and current weather.                    

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

Название Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
Официальный URL https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
Описание Minimal New Tab Page.
Размер файла 41.82 KB
Количество установок 43
Текущая Версия 1.0
Последнее Обновление 2017-02-16
Дата публикации 2017-02-16
Рейтинг 3.80/5 Всего 5 оценок
Разработчик wilsodadeveloper
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time and Weather Tab",
    "description": "Minimal New Tab Page.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "weather.js"
        ]
    },
    "permissions": [
        "geolocation",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}

Связанные расширения