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
官方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"
    }
}