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”。

擴展截圖

screenshot
screenshot

下載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 Send to Discord
ID fdhmmlghpocfmbcjhjjhnjhbbnigaiin
官方網址 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"
    }
}