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
官方網址 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"
}