Time Tab

Minimalist new tab clock, with customizable background.

Что такое Time Tab?

Time Tab - это расширение Chrome, разработанное https://nathanwentworth.co, и его основная функция - "Minimalist new tab clock, with customizable background.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is a minimalist new tab page with a clock on it!

Features include! 
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere! 
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)

New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in                    

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

Название Time Tab Time Tab
ID fdjemjfcplhejdekgjbdjjobbkipoddd
Официальный URL https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd
Описание Minimalist new tab clock, with customizable background.
Размер файла 12.92 KB
Количество установок 3,719
Текущая Версия 1.5.1
Последнее Обновление 2019-02-09
Дата публикации 2019-02-09
Рейтинг 4.65/5 Всего 23 оценок
Разработчик https://nathanwentworth.co
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://twitter.com/nathanwentworth
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tab",
    "description": "Minimalist new tab clock, with customizable background.",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}