Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

Что такое Disable Ctrl + Scroll Wheel Zoom?

Disable Ctrl + Scroll Wheel Zoom - это расширение Chrome, разработанное phparkle, и его основная функция - "Disables the ctrl + scroll wheel zoom shortcut in Chrome.".

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

screenshot

Скачать файл CRX расширения Disable Ctrl + Scroll Wheel Zoom

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

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

                        IMPORTANT NOTE:

Please test this extension on any website that is NOT the Chrome web store! Chrome does not allow extensions to run any code on the store itself.                    

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

Название Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
Официальный URL https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
Описание Disables the ctrl + scroll wheel zoom shortcut in Chrome.
Размер файла 142 KB
Количество установок 3,552
Текущая Версия 1.1.2
Последнее Обновление 2023-08-24
Дата публикации 2020-03-09
Рейтинг 4.30/5 Всего 27 оценок
Разработчик phparkle
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Ctrl + Scroll Wheel Zoom",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Disables the ctrl + scroll wheel zoom shortcut in Chrome.",
    "homepage_url": "http:\/\/github.com\/phparkle\/disable-scroll-wheel-zoom",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "disable-scroll-wheel-zoom.min.js"
            ]
        }
    ]
}