KappaComplete

A lightweight autocomplete extension for Twitch emotes.

ما هو KappaComplete؟

KappaComplete هو إضافة Chrome تم تطويرها بواسطة Stephen Suen، والميزة الرئيسية لها هي "A lightweight autocomplete extension for Twitch emotes.".

تحميل ملف CRX للإضافة KappaComplete

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

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

                        KappaComplete lets you type out the Twitch emote you want in a fraction of the time. On any Twitch channel page, start typing in chat and hit the TAB key to autocomplete any valid emote. This works for both global and subscriber emotes. Keep hitting TAB to cycle through all possible emotes. You can still pull up username suggestions with the @ key.

Version 0.5 (05/28/16)
* Fixed a bug where the extension wouldn't work if users navigated from the Twitch homepage/directory pages                    

معلومات أساسية عن التمديد

الاسم KappaComplete KappaComplete
ID gldlaombdcbakndhnaahbhcaikdjkbek
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek
الوصف A lightweight autocomplete extension for Twitch emotes.
حجم الملف 23.64 KB
عدد التثبيتات 128
النسخة الحالية 0.5
آخر تحديث 2016-05-28
تاريخ النشر 2016-05-28
تقييم 5.00/5 مجموع تقييمات 2
المطور Stephen Suen
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KappaComplete",
    "version": "0.5",
    "description": "A lightweight autocomplete extension for Twitch emotes.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitch.tv\/*",
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "kappacomplete.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}