Send to Discord

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

Apa itu Send to Discord?

Send to Discord adalah ekstensi Chrome yang dikembangkan oleh Hannes Burger, dan fitur utamanya adalah "Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Send to Discord

Unduh file ekstensi Send to Discord dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Send to Discord Send to Discord
ID fdhmmlghpocfmbcjhjjhnjhbbnigaiin
URL Resmi https://chromewebstore.google.com/detail/send-to-discord/fdhmmlghpocfmbcjhjjhnjhbbnigaiin
Deskripsi Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook
Ukuran File 20.96 KB
Jumlah Instalasi 743
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2019-07-09
Tanggal Publikasi 2019-07-09
Penilaian 4.00/5 Total 5 Penilaian
Pengembang Hannes Burger
Tipe Pembayaran free
Situs Ekstensi https://github.com/burgha/sendtodiscord
URL Halaman Bantuan https://github.com/burgha/sendtodiscord
Bahasa yang Didukung 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"
    }
}