KappaComplete

A lightweight autocomplete extension for Twitch emotes.

KappaComplete là gì?

KappaComplete là một tiện ích mở rộng Chrome được phát triển bởi Stephen Suen, và tính năng chính của nó là "A lightweight autocomplete extension for Twitch emotes.".

Tải xuống tệp CRX của tiện ích mở rộng KappaComplete

Tải xuống các tệp mở rộng KappaComplete dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KappaComplete KappaComplete
ID gldlaombdcbakndhnaahbhcaikdjkbek
URL Chính Thức https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek
Mô tả A lightweight autocomplete extension for Twitch emotes.
Kích Thước Tệp 23.64 KB
Số Lần Cài Đặt 128
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2016-05-28
Ngày Phát Hành 2016-05-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Stephen Suen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}