ChrisGUI

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

ChrisGUI là gì?

ChrisGUI là một tiện ích mở rộng Chrome được phát triển bởi Tensmoor, và tính năng chính của nó là "Replaces words with emojis in the Alliance and Global chat windows in Illyriad.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChrisGUI

Tải xuống các tệp mở rộng ChrisGUI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChrisGUI ChrisGUI
ID aojcpcaadciponalbknhjcegeoabahae
URL Chính Thức https://chromewebstore.google.com/detail/chrisgui/aojcpcaadciponalbknhjcegeoabahae
Mô tả Replaces words with emojis in the Alliance and Global chat windows in Illyriad.
Kích Thước Tệp 14.11 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2018-04-25
Ngày Phát Hành 2018-04-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tensmoor
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}