ChrisGUI

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

O que é ChrisGUI?

ChrisGUI é uma extensão do Chrome desenvolvida por Tensmoor, e sua principal característica é "Replaces words with emojis in the Alliance and Global chat windows in Illyriad.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChrisGUI

Baixe arquivos de extensão ChrisGUI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ChrisGUI ChrisGUI
ID aojcpcaadciponalbknhjcegeoabahae
URL Oficial https://chromewebstore.google.com/detail/chrisgui/aojcpcaadciponalbknhjcegeoabahae
Descrição Replaces words with emojis in the Alliance and Global chat windows in Illyriad.
Tamanho do Arquivo 14.11 KB
Contagem de Instalações 35
Versão Atual 0.5
Última Atualização 2018-04-25
Data de Publicação 2018-04-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Tensmoor
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}