ChrisGUI

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

¿Qué es ChrisGUI?

ChrisGUI es una extensión de Chrome desarrollada por Tensmoor, y su función principal es "Replaces words with emojis in the Alliance and Global chat windows in Illyriad.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ChrisGUI

Descarga archivos de extensión ChrisGUI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ChrisGUI ChrisGUI
ID aojcpcaadciponalbknhjcegeoabahae
URL Oficial https://chromewebstore.google.com/detail/chrisgui/aojcpcaadciponalbknhjcegeoabahae
Descripción Replaces words with emojis in the Alliance and Global chat windows in Illyriad.
Tamaño del Archivo 14.11 KB
Cantidad de Instalaciones 35
Versión Actual 0.5
Última Actualización 2018-04-25
Fecha de Publicación 2018-04-25
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Tensmoor
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}