KappaComplete

A lightweight autocomplete extension for Twitch emotes.

Co to jest KappaComplete?

KappaComplete to rozszerzenie Chrome opracowane przez Stephen Suen, a jego główną funkcją jest „A lightweight autocomplete extension for Twitch emotes.”.

Pobierz plik CRX rozszerzenia KappaComplete

Pobierz pliki rozszerzeń KappaComplete w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa KappaComplete KappaComplete
ID gldlaombdcbakndhnaahbhcaikdjkbek
Oficjalny URL https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek
Opis A lightweight autocomplete extension for Twitch emotes.
Rozmiar pliku 23.64 KB
Liczba instalacji 128
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2016-05-28
Data Publikacji 2016-05-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Stephen Suen
Typ Płatności free
Obsługiwane Języki 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"
    ]
}