KappaComplete
A lightweight autocomplete extension for Twitch emotes.
Wat is KappaComplete?
KappaComplete is een Chrome-extensie ontwikkeld door Stephen Suen, en de belangrijkste functie is "A lightweight autocomplete extension for Twitch emotes.".
Download het CRX-bestand van de extensie KappaComplete
Download KappaComplete-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | gldlaombdcbakndhnaahbhcaikdjkbek |
Officiële URL | https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek |
Beschrijving | A lightweight autocomplete extension for Twitch emotes. |
Bestandsgrootte | 23.64 KB |
Aantal Installaties | 128 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2016-05-28 |
Publicatiedatum | 2016-05-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Stephen Suen |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |