ChrisGUI

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

Vad är ChrisGUI?

ChrisGUI är en Chrome-tillägg utvecklad av Tensmoor, och dess huvudfunktion är "Replaces words with emojis in the Alliance and Global chat windows in Illyriad.".

Tilläggsskärmbilder

screenshot

Ladda ner ChrisGUI-förlängningens CRX-fil

Ladda ner ChrisGUI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ChrisGUI ChrisGUI
ID aojcpcaadciponalbknhjcegeoabahae
Officiell webbadress https://chromewebstore.google.com/detail/chrisgui/aojcpcaadciponalbknhjcegeoabahae
Beskrivning Replaces words with emojis in the Alliance and Global chat windows in Illyriad.
Filstorlek 14.11 KB
Antal Installationer 35
Aktuell Version 0.5
Senast Uppdaterad 2018-04-25
Publiceringsdatum 2018-04-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Tensmoor
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}