Clock Icon

Shows the time (hours and minutes) next to the omnibox.

Что такое Clock Icon?

Clock Icon - это расширение Chrome, разработанное https://nemrod.se, и его основная функция - "Shows the time (hours and minutes) next to the omnibox.".

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

screenshot

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

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

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

                        A way to easily see the current time (and date by hovering) next to the omnibox.                    

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

Название Clock Icon Clock Icon
ID blpgdogcjmmkhendjpiilidbllpainfh
Официальный URL https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh
Описание Shows the time (hours and minutes) next to the omnibox.
Размер файла 7.43 KB
Количество установок 527
Текущая Версия 1.1
Последнее Обновление 2013-06-19
Дата публикации 2013-06-19
Рейтинг 3.17/5 Всего 6 оценок
Разработчик https://nemrod.se
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://nemrod.se
URL страницы помощи http://nemrod.se/chrome-extensions/clock-icon
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock Icon",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Shows the time (hours and minutes) next to the omnibox.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "dd\/mm\/yyyy hh:mm"
    }
}