World Clock Toolbar

EASY to access on your toolbar with a list of country that you visit often at a glance.

Что такое World Clock Toolbar?

World Clock Toolbar - это расширение Chrome, разработанное davidjutegsn911, и его основная функция - "EASY to access on your toolbar with a list of country that you visit often at a glance.".

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

screenshot

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

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

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

                        EASY to access on your toolbar with a list of country that you visit often at a glance.

FEATURE extended world clock from city to every country.

DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference.

SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country.

Feel free to share your opinion, ideas and requests.                    

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

Название World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
Официальный URL https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Описание EASY to access on your toolbar with a list of country that you visit often at a glance.
Размер файла 2.76 MB
Количество установок 1,678
Текущая Версия 1.2
Последнее Обновление 2021-07-08
Дата публикации 2020-11-10
Рейтинг 4.75/5 Всего 8 оценок
Разработчик davidjutegsn911
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://world-clock-list.web.app/privacypolicy.html
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Toolbar",
    "version": "1.2",
    "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/earthclock_16.png",
            "32": "images\/earthclock_32.png",
            "48": "images\/earthclock_48.png",
            "128": "images\/earthclock_128.png"
        }
    },
    "icons": {
        "16": "images\/earthclock_16.png",
        "32": "images\/earthclock_32.png",
        "48": "images\/earthclock_48.png",
        "128": "images\/earthclock_128.png"
    },
    "manifest_version": 2
}