Toolbar Clock CE-7

Show the current time on toolbar and small calendar on popup window.

Что такое Toolbar Clock CE-7?

Toolbar Clock CE-7 - это расширение Chrome, разработанное https://www.styleseven.com, и его основная функция - "Show the current time on toolbar and small calendar on popup window.".

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

screenshot
screenshot

Скачать файл CRX расширения Toolbar Clock CE-7

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

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

                        Press on the extension button to show popup window. Click on date picker to show calendar.
Use "Options" dialog to switch Am/Pm mode to off or select font color.                    

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

Название Toolbar Clock CE-7 Toolbar Clock CE-7
ID blmjmiddomienmbjkijkgdohhfhclpjc
Официальный URL https://chromewebstore.google.com/detail/toolbar-clock-ce-7/blmjmiddomienmbjkijkgdohhfhclpjc
Описание Show the current time on toolbar and small calendar on popup window.
Размер файла 14.93 KB
Количество установок 1,970
Текущая Версия 2.1
Последнее Обновление 2015-10-19
Дата публикации 2015-10-19
Рейтинг 4.05/5 Всего 21 оценок
Разработчик https://www.styleseven.com
Тип оплаты free
Официальный сайт расширения http://www.styleseven.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toolbar Clock CE-7",
    "version": "2.1",
    "background": {
        "scripts": [
            "base.js"
        ]
    },
    "description": "Show the current time on toolbar and small calendar on popup window.",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}