KappaComplete

A lightweight autocomplete extension for Twitch emotes.

Vad är KappaComplete?

KappaComplete är en Chrome-tillägg utvecklad av Stephen Suen, och dess huvudfunktion är "A lightweight autocomplete extension for Twitch emotes.".

Ladda ner KappaComplete-förlängningens CRX-fil

Ladda ner KappaComplete-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn KappaComplete KappaComplete
ID gldlaombdcbakndhnaahbhcaikdjkbek
Officiell webbadress https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek
Beskrivning A lightweight autocomplete extension for Twitch emotes.
Filstorlek 23.64 KB
Antal Installationer 128
Aktuell Version 0.5
Senast Uppdaterad 2016-05-28
Publiceringsdatum 2016-05-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Stephen Suen
Betalningssätt free
Stödda Språk 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"
    ]
}