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                    

扩展基本信息

名称 KappaComplete KappaComplete
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"
    ]
}