ChrisGUI

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

Τι είναι το ChrisGUI;

Το ChrisGUI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tensmoor, και η κύρια λειτουργία του είναι "Replaces words with emojis in the Alliance and Global chat windows in Illyriad.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ChrisGUI

Λήψη αρχείων επέκτασης ChrisGUI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChrisGUI ChrisGUI
ID aojcpcaadciponalbknhjcegeoabahae
Επίσημο URL https://chromewebstore.google.com/detail/chrisgui/aojcpcaadciponalbknhjcegeoabahae
Περιγραφή Replaces words with emojis in the Alliance and Global chat windows in Illyriad.
Μέγεθος Αρχείου 14.11 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 0.5
Τελευταία Ενημέρωση 2018-04-25
Ημερομηνία Δημοσίευσης 2018-04-25
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Tensmoor
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}