Disable keyboard shortcuts

Disable arbitrary keyboard shortcuts

什么是Disable keyboard shortcuts?

Disable keyboard shortcuts是由Benjamin Barenblat开发的Chrome扩展程序,该扩展的主要功能是“Disable arbitrary keyboard shortcuts”。

扩展截图

screenshot

下载Disable keyboard shortcuts扩展crx文件

下载Disable keyboard shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Lets you set browser keyboard shortcuts containing Ctrl and Alt keys (Ctrl+S, Ctrl+P, Ctrl+Shift+C, etc.) to do nothing. Just head on over to chrome://extensions/shortcuts and assign away! Small, simple, and requires no permissions.

Licensed under the Apache License, version 2.0. Source: https://git.benjamin.barenblat.name/disable-keyboard-shortcuts                    

扩展基本信息

名称 Disable keyboard shortcuts Disable keyboard shortcuts
ID aidbmcboeighgdnilpdljbedbbiocphj
官方URL https://chromewebstore.google.com/detail/disable-keyboard-shortcut/aidbmcboeighgdnilpdljbedbbiocphj
简介 Disable arbitrary keyboard shortcuts
文件大小 6.29 KB
安装次数 35,179
当前版本 2.0.0
更新时间 2022-10-20
上架时间 2019-12-02
评分 3.96/5 共139次评分
开发者 Benjamin Barenblat
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Benjamin Barenblat ",
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "do-nothing0": {
            "description": "Do nothing"
        },
        "do-nothing1": {
            "description": "Do nothing"
        },
        "do-nothing2": {
            "description": "Do nothing"
        },
        "do-nothing3": {
            "description": "Do nothing"
        },
        "do-nothing4": {
            "description": "Do nothing"
        },
        "do-nothing5": {
            "description": "Do nothing"
        },
        "do-nothing6": {
            "description": "Do nothing"
        },
        "do-nothing7": {
            "description": "Do nothing"
        },
        "do-nothing8": {
            "description": "Do nothing"
        },
        "do-nothing9": {
            "description": "Do nothing"
        },
        "do-nothinga": {
            "description": "Do nothing"
        },
        "do-nothingb": {
            "description": "Do nothing"
        },
        "do-nothingc": {
            "description": "Do nothing"
        },
        "do-nothingd": {
            "description": "Do nothing"
        },
        "do-nothinge": {
            "description": "Do nothing"
        },
        "do-nothingf": {
            "description": "Do nothing"
        },
        "do-nothingg": {
            "description": "Do nothing"
        },
        "do-nothingh": {
            "description": "Do nothing"
        },
        "do-nothingi": {
            "description": "Do nothing"
        },
        "do-nothingj": {
            "description": "Do nothing"
        },
        "do-nothingk": {
            "description": "Do nothing"
        },
        "do-nothingl": {
            "description": "Do nothing"
        },
        "do-nothingm": {
            "description": "Do nothing"
        },
        "do-nothingn": {
            "description": "Do nothing"
        },
        "do-nothingo": {
            "description": "Do nothing"
        },
        "do-nothingp": {
            "description": "Do nothing"
        },
        "do-nothingq": {
            "description": "Do nothing"
        },
        "do-nothingr": {
            "description": "Do nothing"
        },
        "do-nothings": {
            "description": "Do nothing"
        },
        "do-nothingt": {
            "description": "Do nothing"
        }
    },
    "description": "Disable arbitrary keyboard shortcuts",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Disable keyboard shortcuts",
    "version": "2.0.0"
}