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"
    ]
}