Send to Discord

Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook

Send to Discord là gì?

Send to Discord là một tiện ích mở rộng Chrome được phát triển bởi Hannes Burger, và tính năng chính của nó là "Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send to Discord

Tải xuống các tệp mở rộng Send to Discord dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Send to Discord Send to Discord
ID fdhmmlghpocfmbcjhjjhnjhbbnigaiin
URL Chính Thức https://chromewebstore.google.com/detail/send-to-discord/fdhmmlghpocfmbcjhjjhnjhbbnigaiin
Mô tả Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook
Kích Thước Tệp 20.96 KB
Số Lần Cài Đặt 743
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2019-07-09
Ngày Phát Hành 2019-07-09
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Hannes Burger
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/burgha/sendtodiscord
URL Trang Trợ Giúp https://github.com/burgha/sendtodiscord
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}