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.”。
擴展截圖
下載Touch-Friendliness for Discord擴展crx文件
下載Touch-Friendliness for Discord擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | pmbmgplgpiigdobncdnlgddefgoagggd |
| 官方網址 | 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"
]
}
]
} | |