ChrisGUI

Replaces words with emojis in the Alliance and Global chat windows in Illyriad.

Что такое ChrisGUI?

ChrisGUI - это расширение Chrome, разработанное Tensmoor, и его основная функция - "Replaces words with emojis in the Alliance and Global chat windows in Illyriad.".

Снимки экрана расширения

screenshot

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

Скачайте файлы расширений ChrisGUI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension is dedicated to the memory of ChrisG/Devastruktor who was my friend in the game and real life - enjoy the fishing bud.

It enables players to use emojis in Global and Alliance chats in Illyriad.
Clicking the Carp icon in the toolbar will open a popup showing the codes to type into the chat input box. Clicking anywhere else closes it again.

Eventually all the parts of DurcTools that are purely UI (Anatomy Name Shortner, Set Max Occupy, Linkify etc) will be migrated over to this extension.                    

Основная информация о расширении

Название ChrisGUI ChrisGUI
ID aojcpcaadciponalbknhjcegeoabahae
Официальный URL https://chromewebstore.google.com/detail/chrisgui/aojcpcaadciponalbknhjcegeoabahae
Описание Replaces words with emojis in the Alliance and Global chat windows in Illyriad.
Размер файла 14.11 KB
Количество установок 35
Текущая Версия 0.5
Последнее Обновление 2018-04-25
Дата публикации 2018-04-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Tensmoor
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChrisGUI",
    "description": "Replaces words with emojis in the Alliance and Global chat windows in Illyriad.",
    "version": "0.5",
    "icons": {
        "48": "icon\/chrisg.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "icon\/chrisg.png"
        },
        "default_area": "navbar",
        "default_title": "emoji Codes",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/emojiMap4.js",
                ".\/substitute2.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon\/chrisg.png",
        "popup.html",
        "chrisgui-page.js"
    ]
}