KappaComplete

A lightweight autocomplete extension for Twitch emotes.

Cos'è KappaComplete?

KappaComplete è un'estensione di Chrome sviluppata da Stephen Suen, e la sua funzione principale è "A lightweight autocomplete extension for Twitch emotes.".

Scarica il file CRX dell'estensione KappaComplete

Scarica i file di estensione KappaComplete in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome KappaComplete KappaComplete
ID gldlaombdcbakndhnaahbhcaikdjkbek
URL Ufficiale https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek
Descrizione A lightweight autocomplete extension for Twitch emotes.
Dimensione del File 23.64 KB
Conteggio Installazioni 128
Versione Corrente 0.5
Ultimo Aggiornamento 2016-05-28
Data di Pubblicazione 2016-05-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Stephen Suen
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}