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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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