KappaComplete
A lightweight autocomplete extension for Twitch emotes.
KappaComplete क्या है?
KappaComplete Stephen Suen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lightweight autocomplete extension for Twitch emotes."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KappaComplete एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gldlaombdcbakndhnaahbhcaikdjkbek |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek |
विवरण | A lightweight autocomplete extension for Twitch emotes. |
फ़ाइल का आकार | 23.64 KB |
स्थापना संख्या | 128 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2016-05-28 |
प्रकाशन तिथि | 2016-05-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Stephen Suen |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |