There, there, Google Calendar

Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)

Что такое There, there, Google Calendar?

There, there, Google Calendar - это расширение Chrome, разработанное https://benjaminbojko.com, и его основная функция - "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".

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

screenshot
screenshot

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

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

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

                                            

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

Название There, there, Google Calendar There, there, Google Calendar
ID hkjnokojjolmplgbhmblgjioajjndgoo
Официальный URL https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo
Описание Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
Размер файла 138 KB
Количество установок 38
Текущая Версия 0.1.2
Последнее Обновление 2017-06-02
Дата публикации 2017-06-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://benjaminbojko.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "There, there, Google Calendar",
    "description": "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "main.js"
    ],
    "icons": {
        "128": "icon128.png",
        "512": "icon512.png"
    }
}