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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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