Share to Telegram
Shares current page URL to Telegram. You can edit the message before sending it.
Cos'è Share to Telegram?
Share to Telegram è un'estensione di Chrome sviluppata da Made by JP, e la sua funzione principale è "Shares current page URL to Telegram. You can edit the message before sending it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share to Telegram
Scarica i file di estensione Share to Telegram 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
Shares current page URL to Telegram. You can edit the message before sending it. Currently, it only works on Windows. The code is available on Github, but it's not under any license. Feel free to do whatever you want with it, following whatever legal restrictions and guidelines you are subject to, of course. This app is unofficial and not endorsed by Telegram in any way.
Informazioni di Base sull'Estensione
Nome | |
ID | nofieohmbfbfemolfgcojcnibmcldmif |
URL Ufficiale | https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif |
Descrizione | Shares current page URL to Telegram. You can edit the message before sending it. |
Dimensione del File | 12.58 KB |
Conteggio Installazioni | 602 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-04-08 |
Data di Pubblicazione | 2017-04-08 |
Valutazione | 4.89/5 Totale 9 Valutazioni |
Sviluppatore | Made by JP |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://t.me/MadeByJP |
URL della Pagina di Aiuto | https://github.com/grub-basket/Share_to_Telegram/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Share to Telegram" }, "name": "Share to Telegram", "description": "Shares current page URL to Telegram. You can edit the message before sending it.", "homepage_url": "https:\/\/telegram.org", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |