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 |
公式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" ] } |