KappaComplete
A lightweight autocomplete extension for Twitch emotes.
什麼是KappaComplete?
KappaComplete是由Stephen Suen開發的Chrome擴展程式,該擴展的主要功能是“A lightweight autocomplete extension for Twitch emotes.”。
下載KappaComplete擴展crx文件
下載KappaComplete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |