ChrisGUI

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

What is ChrisGUI?

ChrisGUI is a Chrome extension developed by Tensmoor, and its main feature is "Replaces words with emojis in the Alliance and Global chat windows in Illyriad.".

Extension Screenshots

screenshot

Download ChrisGUI Extension CRX File

Download ChrisGUI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ChrisGUI ChrisGUI
ID aojcpcaadciponalbknhjcegeoabahae
Official URL https://chromewebstore.google.com/detail/chrisgui/aojcpcaadciponalbknhjcegeoabahae
Description Replaces words with emojis in the Alliance and Global chat windows in Illyriad.
File Size 14.11 KB
Installation Count 35
Current Version 0.5
Last Updated 2018-04-25
Publish Date 2018-04-25
Rating 5.00/5 Total 1 Ratings
Developer Tensmoor
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}