Trello Shortcuts Killer

Remove shortcuts from Trello for people who don't use them

什么是Trello Shortcuts Killer?

Trello Shortcuts Killer是由SosthenG开发的Chrome扩展程序,该扩展的主要功能是“Remove shortcuts from Trello for people who don't use them”。

扩展截图

screenshot

下载Trello Shortcuts Killer扩展crx文件

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

扩展使用说明

                        Disable Trello keyboard shortcuts to prevent mistakes.                    

扩展基本信息

名称 Trello Shortcuts Killer Trello Shortcuts Killer
ID feabcbdhaecgmefkmiblohaniammgifg
官方URL https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg
简介 Remove shortcuts from Trello for people who don't use them
文件大小 40.16 KB
安装次数 276
当前版本 1.0.2
更新时间 2022-03-28
上架时间 2022-02-22
评分 4.40/5 共10次评分
开发者 SosthenG
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/SosthenG/trello-shortcut-killer
帮助页面URL https://github.com/SosthenG/trello-shortcut-killer/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trello Shortcuts Killer",
    "version": "1.0.2",
    "description": "Remove shortcuts from Trello for people who don't use them",
    "host_permissions": [
        "*:\/\/trello.com\/*"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "author": "Sosth\u00e8n Gaillard"
}