Discord Link Sender
Send a link to Discord
Cos'è Discord Link Sender?
Discord Link Sender è un'estensione di Chrome sviluppata da Cornelius Denninger, e la sua funzione principale è "Send a link to Discord".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Discord Link Sender
Scarica i file di estensione Discord Link Sender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The Discord Link Sender extension is a helpful addon that lets you send urls from your current browser tab to you preferred discord server without leaving your browser.
Have fun! Informazioni di Base sull'Estensione
| Nome | |
| ID | eomemhkkpegienlgknkpfimmombfjooc |
| URL Ufficiale | https://chrome.google.com/webstore/detail/discord-link-sender/eomemhkkpegienlgknkpfimmombfjooc |
| Descrizione | Send a link to Discord |
| Dimensione del File | 7.82 KB |
| Conteggio Installazioni | 160 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2019-04-11 |
| Data di Pubblicazione | 2019-04-11 |
| Valutazione | 4.50/5 Totale 6 Valutazioni |
| Sviluppatore | Cornelius Denninger |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Discord Link Sender",
"description": "Send a link to Discord",
"version": "1.1",
"author": "Cornelius Denninger",
"manifest_version": 2,
"homepage_url": "https:\/\/codenn.de\/",
"short_name": "Wumpus Send",
"icons": {
"128": "src\/assets\/Discord-Logo-White.png"
},
"browser_action": {
"default_popup": "\/hello.html",
"default_icon": "src\/assets\/Discord-Logo-White.png"
},
"permissions": [
"contextMenus",
"storage",
"declarativeContent",
"activeTab",
"background"
],
"background": {
"scripts": [
"src\/js\/eventPage.js"
],
"persistent": true
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens Discord Chrome Extension"
}
}
} | |