Time Icon

View the current time from the chrome extension bar. Right click on the time icon for the full date.

Что такое Time Icon?

Time Icon - это расширение Chrome, разработанное Brandon Fowler, и его основная функция - "View the current time from the chrome extension bar. Right click on the time icon for the full date.".

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

screenshot

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

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

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

                        This extensions adds an icon that displays the current time as icons badge text to the toolbar, allowing for the current time to be always accessible.

When clicked, the icon opens a popup with the current date and time with second precision. The date can be changed to use full words or short words and it can be changed to use DMY or MDY format.

The extension uses the time of your computer, so you can change the timezone in your computer's settings.                    

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

Название Time Icon Time Icon
ID piobjonapfjjnenpemdbklflkcbdnlcg
Официальный URL https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg
Описание View the current time from the chrome extension bar. Right click on the time icon for the full date.
Размер файла 7.29 KB
Количество установок 30
Текущая Версия 1.2.2
Последнее Обновление 2023-01-03
Дата публикации 2019-10-09
Разработчик Brandon Fowler
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Icon",
    "version": "1.2.2",
    "permissions": [
        "alarms",
        "storage"
    ],
    "description": "View the current time from the chrome extension bar. Right click on the time icon for the full date.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}