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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hannes Burger และคุณลักษณะหลักของมันคือ "Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send to Discord

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}