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
公式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
Eメール [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"
    ]
}