Send to Discord

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

Co to jest Send to Discord?

Send to Discord to rozszerzenie Chrome opracowane przez Hannes Burger, a jego główną funkcją jest „Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Send to Discord

Pobierz pliki rozszerzeń Send to Discord w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Send to Discord Send to Discord
ID fdhmmlghpocfmbcjhjjhnjhbbnigaiin
Oficjalny URL https://chromewebstore.google.com/detail/send-to-discord/fdhmmlghpocfmbcjhjjhnjhbbnigaiin
Opis Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook
Rozmiar pliku 20.96 KB
Liczba instalacji 743
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2019-07-09
Data Publikacji 2019-07-09
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper Hannes Burger
Typ Płatności free
Strona Rozszerzenia https://github.com/burgha/sendtodiscord
Adres URL Strony Pomocy https://github.com/burgha/sendtodiscord
Obsługiwane Języki 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"
    }
}