Share to Telegram
Shares current page URL to Telegram. You can edit the message before sending it.
¿Qué es Share to Telegram?
Share to Telegram es una extensión de Chrome desarrollada por Made by JP, y su función principal es "Shares current page URL to Telegram. You can edit the message before sending it.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Share to Telegram
Descarga archivos de extensión Share to Telegram en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | nofieohmbfbfemolfgcojcnibmcldmif |
URL Oficial | https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif |
Descripción | Shares current page URL to Telegram. You can edit the message before sending it. |
Tamaño del Archivo | 12.58 KB |
Cantidad de Instalaciones | 602 |
Versión Actual | 0.1 |
Última Actualización | 2017-04-08 |
Fecha de Publicación | 2017-04-08 |
Calificación | 4.89/5 Total de 9 Calificaciones |
Desarrollador | Made by JP |
Tipo de Pago | free |
Sitio Web de la Extensión | https://t.me/MadeByJP |
URL de la Página de Ayuda | https://github.com/grub-basket/Share_to_Telegram/issues |
Idiomas Soportados | 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 } |