Lexify My Chat

This little chat helper will give you options to change Twitch chat for easier reading. Darkmode fix included.

Lexify My Chatคืออะไร?

Lexify My Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ActiveB1t และคุณลักษณะหลักของมันคือ "This little chat helper will give you options to change Twitch chat for easier reading. Darkmode fix included."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lexify My Chat

ดาวน์โหลดไฟล์ส่วนขยาย Lexify My Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to change certain settings such as font, text size and margins in Twitch chat. This aims to make it easier to read for everyone that can benefit from it, such as people with dyslexia.

Fixed in 0.6: Updated to work with some layout changes Twitch has made that affected changed column widths.

New in 0.5: Hide emotes, grouped with hide badges for sightless users. Underline links. Contrast indicators for text and link color. Change saturation and contrast on emotes.

New in 0.4: Incremental control using sliders, more control over the use of colors including setting custom colors for background, text, and links.

New in 0.3: Fonts from Google fonts! 10 popular fonts have been pre-selected, and it is possible to use your favorite Google Font simply by typing in the name.

All options are on one page (the extension options page). After changes are made, any open Twitch stream would need to be refreshed to see these changes.

A preview and autosaving has been implemented in version 0.3.

To find the options page, right-click on the plugin icon to the right of the search / navigation bar and select Options. Version 0.3 also adds 2 buttons under the chat message field. The first will open the options page, and the second will dynamically reload and apply the settings without reloading the page (and losing chat history).

Includes an option for a lighter (non black) background color in darkmode since version 0.2.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lexify My Chat Lexify My Chat
ID bokeeadgfmncflnnhdnakhphjndgkbol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lexify-my-chat/bokeeadgfmncflnnhdnakhphjndgkbol
คำอธิบาย This little chat helper will give you options to change Twitch chat for easier reading. Darkmode fix included.
ขนาดไฟล์ 191 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 0.06
อัปเดตครั้งล่าสุด 2020-05-22
วันที่เผยแพร่ 2020-05-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ActiveB1t
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.abitofaccess.com/lexify-my-chat
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lexify My Chat",
    "description": "This little chat helper will give you options to change Twitch chat for easier reading. Darkmode fix included.",
    "version": "0.06",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon-small.png",
        "48": "icon-medium.png",
        "128": "icon-large.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "formcss.js",
                "script.js"
            ],
            "runat": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "options.html"
    ]
}