Touch-Friendliness for Discord

Makes some things in Discord larger and easier to tap on a touch screen.

Touch-Friendliness for Discord란 무엇입니까?

Touch-Friendliness for Discord은(는) Zachary Yaro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes some things in Discord larger and easier to tap on a touch screen."입니다.

확장 프로그램 스크린샷

screenshot

Touch-Friendliness for Discord 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        By default, certain parts of Discord's interface, such as emoji reaction buttons, can be difficult to tap on a touch screen.  This extension makes them larger and easier to touch.

The Discord team has improved a lot of things in the past few years, such as the “⋮“ menus on individual messages, so the changes with this extension are less drastic than they were at launch, but I will continue updating this extension until the entire interface is touch-friendly.

Developed by Zachary Yaro - ZMYaro.com.
The source code is available at github.com/ZMYaro.
The apps and extensions I develop are supported in part through donations on ko-fi.com/ZMYaro and patreon.com/ZMYaro.                    

확장 프로그램 기본 정보

이름 Touch-Friendliness for Discord Touch-Friendliness for Discord
ID pmbmgplgpiigdobncdnlgddefgoagggd
공식 URL https://chromewebstore.google.com/detail/touch-friendliness-for-di/pmbmgplgpiigdobncdnlgddefgoagggd
설명 Makes some things in Discord larger and easier to tap on a touch screen.
파일 크기 19.59 KB
설치 횟수 149
현재 버전 2.4
최근 업데이트 2023-12-01
출시 날짜 2019-09-18
평점 2.00/5 총 4 개의 평점
개발자 Zachary Yaro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://zmyaro.com/extensions/discordtouch
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Touch-Friendliness for Discord",
    "version": "2.4",
    "description": "Makes some things in Discord larger and easier to tap on a touch screen.",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "permissions": [
        "*:\/\/discord.com\/channels\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discord.com\/channels\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}