Trello Shortcuts Killer

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

ما هو Trello Shortcuts Killer؟

Trello Shortcuts Killer هو إضافة Chrome تم تطويرها بواسطة SosthenG، والميزة الرئيسية لها هي "Remove shortcuts from Trello for people who don't use them".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Trello Shortcuts Killer

قم بتنزيل ملفات الامتداد Trello Shortcuts Killer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}