Just a Day - the Day of Week

A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!

Что такое Just a Day - the Day of Week?

Just a Day - the Day of Week - это расширение Chrome, разработанное Marc G, и его основная функция - "A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Just a Day - the Day of Week

Скачайте файлы расширений Just a Day - the Day of Week в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        NOTE: Current version might have issues on some versions of Chrome for Windows. Working on a fix; hang tight.

==========================

- Abbreviated day of the week in your toolbar.

- Customize the abbreviations and the color in the Options. Even supports emoji abbreviations. Copy emoji as text from here: https://getemoji.com/

- Pair it with the 2 Just a Clock extensions (one for the Hours and one for the Minutes) for a large readable display in your toolbar.  Perfect for full screen browsing.                    

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

Название Just a Day - the Day of Week Just a Day - the Day of Week
ID nkbalpdjkhpfohgonjkagacjkcndhgic
Официальный URL https://chromewebstore.google.com/detail/just-a-day-the-day-of-wee/nkbalpdjkhpfohgonjkagacjkcndhgic
Описание A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!
Размер файла 40.02 KB
Количество установок 1,028
Текущая Версия 0.51
Последнее Обновление 2020-11-19
Дата публикации 2018-05-17
Рейтинг 4.62/5 Всего 13 оценок
Разработчик Marc G
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки de,en,nl,tr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.51",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "iconSmall.png",
        "32": "iconWin.png",
        "48": "iconMed.png",
        "128": "iconBig.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "setDayOfWeek.js"
        ]
    },
    "offline_enabled": true,
    "options_page": "options.html"
}