CheckWithMouseOver

Invert the check with Alt key & mouse over for check box or radio button.

Что такое CheckWithMouseOver?

CheckWithMouseOver - это расширение Chrome, разработанное https://ydk.vc, и его основная функция - "Invert the check with Alt key & mouse over for check box or radio button.".

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

screenshot

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

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

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

                        チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。
Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags.                    

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

Название CheckWithMouseOver CheckWithMouseOver
ID jchadbcjoemdiindjhmgfmlpgfiblaah
Официальный URL https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah
Описание Invert the check with Alt key & mouse over for check box or radio button.
Размер файла 132 KB
Количество установок 140
Текущая Версия 1.2.2
Последнее Обновление 2024-02-26
Дата публикации 2020-05-21
Рейтинг 2.00/5 Всего 3 оценок
Разработчик https://ydk.vc
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/yudukiak/CheckWithMouseOver/
Поддерживаемые языки ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CheckWithMouseOver",
    "version": "1.2.2",
    "description": "Invert the check with Alt key & mouse over for check box or radio button.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ]
}