Zoom with manual input

This is an extension to set up Zoom with manual input.

Что такое Zoom with manual input?

Zoom with manual input - это расширение Chrome, разработанное developer.waieight., и его основная функция - "This is an extension to set up Zoom with manual input.".

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

screenshot

Скачать файл CRX расширения Zoom with manual input

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

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

                        Set the zoom level for each domain in detail.

When you click the icon, a dialog will be displayed. Enter the zoom level.                    

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

Название Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
Официальный URL https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
Описание This is an extension to set up Zoom with manual input.
Размер файла 9.31 KB
Количество установок 127
Текущая Версия 0.0.0.8
Последнее Обновление 2022-06-30
Дата публикации 2020-09-05
Рейтинг 5.00/5 Всего 2 оценок
Разработчик developer.waieight.
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://waieight.hatenablog.jp/
URL страницы политики конфиденциальности https://waieight.hatenablog.jp/entry/2021/03/23/180238
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zoom with manual input",
    "version": "5.0.0.8",
    "version_name": "0.0.0.8",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/complete.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        },
        "default_title": "Zoom with manual input"
    }
}