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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}