KappaComplete
A lightweight autocomplete extension for Twitch emotes.
Co je KappaComplete?
KappaComplete je rozšíření Chrome vyvinuté Stephen Suen, a jeho hlavní funkcí je „A lightweight autocomplete extension for Twitch emotes.“.
Stáhnout soubor CRX rozšíření KappaComplete
Stáhněte si soubory rozšíření KappaComplete ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | gldlaombdcbakndhnaahbhcaikdjkbek |
Oficiální URL | https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek |
Popis | A lightweight autocomplete extension for Twitch emotes. |
Velikost souboru | 23.64 KB |
Počet instalací | 128 |
Aktuální Verze | 0.5 |
Poslední Aktualizace | 2016-05-28 |
Datum Vydání | 2016-05-28 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Stephen Suen |
Typ Platby | free |
Podporované Jazyky | 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" ] } |