Send to Discord
Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook
Qu'est-ce que Send to Discord ?
Send to Discord est une extension Chrome développée par Hannes Burger, et sa fonction principale est "Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Send to Discord
Téléchargez les fichiers d'extension Send to Discord au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Send to Discord |
ID | fdhmmlghpocfmbcjhjjhnjhbbnigaiin |
URL Officiel | https://chromewebstore.google.com/detail/send-to-discord/fdhmmlghpocfmbcjhjjhnjhbbnigaiin |
Description | Quickly send links to Pages, Images, Text-Selections, etc. to a Discord channel via a WebHook |
Taille du Fichier | 20.96 KB |
Nombre d'Installations | 743 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2019-07-09 |
Date de Publication | 2019-07-09 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | Hannes Burger |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/burgha/sendtodiscord |
URL de la Page d'Aide | https://github.com/burgha/sendtodiscord |
Langues Prises en Charge | 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" } } |