KappaComplete

A lightweight autocomplete extension for Twitch emotes.

O que é KappaComplete?

KappaComplete é uma extensão do Chrome desenvolvida por Stephen Suen, e sua principal característica é "A lightweight autocomplete extension for Twitch emotes.".

Baixar o arquivo CRX da Extensão KappaComplete

Baixe arquivos de extensão KappaComplete no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome KappaComplete KappaComplete
ID gldlaombdcbakndhnaahbhcaikdjkbek
URL Oficial https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek
Descrição A lightweight autocomplete extension for Twitch emotes.
Tamanho do Arquivo 23.64 KB
Contagem de Instalações 128
Versão Atual 0.5
Última Atualização 2016-05-28
Data de Publicação 2016-05-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Stephen Suen
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}