KappaComplete

A lightweight autocomplete extension for Twitch emotes.

Что такое KappaComplete?

KappaComplete - это расширение Chrome, разработанное Stephen Suen, и его основная функция - "A lightweight autocomplete extension for Twitch emotes.".

Скачать файл CRX расширения KappaComplete

Скачайте файлы расширений 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"
    ]
}