Send to Discord
Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook
Wat is Send to Discord?
Send to Discord is een Chrome-extensie ontwikkeld door Hannes Burger, en de belangrijkste functie is "Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook".
Extensie Screenshots
Download het CRX-bestand van de extensie Send to Discord
Download Send to Discord-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Send to Discord |
ID | fdhmmlghpocfmbcjhjjhnjhbbnigaiin |
Officiële URL | https://chromewebstore.google.com/detail/send-to-discord/fdhmmlghpocfmbcjhjjhnjhbbnigaiin |
Beschrijving | Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook |
Bestandsgrootte | 20.96 KB |
Aantal Installaties | 743 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2019-07-09 |
Publicatiedatum | 2019-07-09 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Hannes Burger |
Betalingswijze | free |
Extensiewebsite | https://github.com/burgha/sendtodiscord |
Help Pagina-URL | https://github.com/burgha/sendtodiscord |
Ondersteunde Talen | 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" } } |