Send to Discord
Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook
Send to Discordとは何ですか?
Send to DiscordはHannes Burgerによって開発されたChromeの拡張機能で、その主な機能は「Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook」です。
拡張機能のスクリーンショット
Send to Discord拡張機能のCRXファイルをダウンロード
Send to Discord拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SendToDiscord is a small extension that allows you to quickly send links/images/etc. to a discord channel via right-click. GitHub: https://github.com/burgha/sendtodiscord Special Thanks to Cornelius Denninger
拡張機能の基本情報
名前 | Send to Discord |
ID | fdhmmlghpocfmbcjhjjhnjhbbnigaiin |
公式URL | https://chromewebstore.google.com/detail/send-to-discord/fdhmmlghpocfmbcjhjjhnjhbbnigaiin |
説明 | Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook |
ファイルサイズ | 20.96 KB |
インストール数 | 743 |
現在のバージョン | 1.2.2 |
最終更新日 | 2019-07-09 |
公開日 | 2019-07-09 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | Hannes Burger |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/burgha/sendtodiscord |
ヘルプページのURL | https://github.com/burgha/sendtodiscord |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send to Discord", "version": "1.2.2", "description": "Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/burgha\/sendtodiscord", "permissions": [ "contextMenus", "storage", "identity", "https:\/\/discordapp.com\/api\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" } } |