ChrisGUI

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

什麼是ChrisGUI?

ChrisGUI是由Tensmoor開發的Chrome擴展程式,該擴展的主要功能是“Replaces words with emojis in the Alliance and Global chat windows in Illyriad.”。

擴展截圖

screenshot

下載ChrisGUI擴展crx文件

下載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
官方網址 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"
    ]
}