TinyToolbarClock

This extension shows the time and date in the toolbar

Что такое TinyToolbarClock?

TinyToolbarClock - это расширение Chrome, разработанное netchipguy, и его основная функция - "This extension shows the time and date in the toolbar".

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

screenshot

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

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

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

                        This tiny extension puts a tiny clock *and month/date calendar* in your toolbar!  Perfect for full-screen use of Chrome!

Highly Recommended: 

1) A HiDPI display such as a Retina Mac or Chromebook Pixel 
2) Good vision

-Netchipguy                    

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

Название TinyToolbarClock TinyToolbarClock
ID hnageloldpcdmnceombonmmakpnaehnf
Официальный URL https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf
Описание This extension shows the time and date in the toolbar
Размер файла 12.48 KB
Количество установок 564
Текущая Версия 1.2
Последнее Обновление 2015-12-05
Дата публикации 2015-12-04
Рейтинг 4.40/5 Всего 10 оценок
Разработчик netchipguy
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyToolbarClock",
    "description": "This extension shows the time and date in the toolbar",
    "version": "1.2",
    "icons": {
        "16": "myclock16.png",
        "32": "myclock32.png",
        "48": "myclock48.png",
        "128": "myclock128.png"
    },
    "browser_action": {
        "default_icon": "myclock48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}