KappaComplete

A lightweight autocomplete extension for Twitch emotes.

Hvad er KappaComplete?

KappaComplete er en Chrome-udvidelse udviklet af Stephen Suen, og dens hovedfunktion er "A lightweight autocomplete extension for Twitch emotes.".

Download KappaComplete-udvidelses-CRX-fil

Download KappaComplete-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn KappaComplete KappaComplete
ID gldlaombdcbakndhnaahbhcaikdjkbek
Officiel URL https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek
Beskrivelse A lightweight autocomplete extension for Twitch emotes.
Filstørrelse 23.64 KB
Antal Installationer 128
Nuværende Version 0.5
Senest Opdateret 2016-05-28
Udgivelsesdato 2016-05-28
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Stephen Suen
Betalingsmetode free
Understøttede Sprog 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"
    ]
}