Calendar

Day, Month and Year

Что такое Calendar?

Calendar - это расширение Chrome, разработанное https://mythical5th.com, и его основная функция - "Day, Month and Year".

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

screenshot

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

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

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

                        Keyboard shortcut: Alt+C
To change the default, go to chrome://extensions/shortcuts

September 2023:
With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome.                    

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

Название Calendar Calendar
ID ndfdimandiclndjddnhkhjleeadcppcj
Официальный URL https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj
Описание Day, Month and Year
Размер файла 8.15 KB
Количество установок 48
Текущая Версия 4.1
Последнее Обновление 2024-02-10
Дата публикации 2021-03-01
Разработчик https://mythical5th.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://mythical5th.com/policies/chromeWebStore.html
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Calendar",
    "version": "4.1",
    "description": "Day, Month and Year",
    "short_name": "Calendar",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "action": {
        "default_title": "Calendar",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "48": "\/icons\/icon48.png"
        }
    }
}