ChrisGUI

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

Qu'est-ce que ChrisGUI ?

ChrisGUI est une extension Chrome développée par Tensmoor, et sa fonction principale est "Replaces words with emojis in the Alliance and Global chat windows in Illyriad.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChrisGUI

Téléchargez les fichiers d'extension ChrisGUI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ChrisGUI ChrisGUI
ID aojcpcaadciponalbknhjcegeoabahae
URL Officiel https://chromewebstore.google.com/detail/chrisgui/aojcpcaadciponalbknhjcegeoabahae
Description Replaces words with emojis in the Alliance and Global chat windows in Illyriad.
Taille du Fichier 14.11 KB
Nombre d'Installations 35
Version Actuelle 0.5
Dernière Mise à Jour 2018-04-25
Date de Publication 2018-04-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Tensmoor
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}