ChrisGUI

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

Cos'è ChrisGUI?

ChrisGUI è un'estensione di Chrome sviluppata da Tensmoor, e la sua funzione principale è "Replaces words with emojis in the Alliance and Global chat windows in Illyriad.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChrisGUI

Scarica i file di estensione ChrisGUI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ChrisGUI ChrisGUI
ID aojcpcaadciponalbknhjcegeoabahae
URL Ufficiale https://chromewebstore.google.com/detail/chrisgui/aojcpcaadciponalbknhjcegeoabahae
Descrizione Replaces words with emojis in the Alliance and Global chat windows in Illyriad.
Dimensione del File 14.11 KB
Conteggio Installazioni 35
Versione Corrente 0.5
Ultimo Aggiornamento 2018-04-25
Data di Pubblicazione 2018-04-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Tensmoor
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}