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