pigeon - send to telegram
Send the article to your phone
¿Qué es pigeon - send to telegram?
pigeon - send to telegram es una extensión de Chrome desarrollada por sirpatel, y su función principal es "Send the article to your phone".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión pigeon - send to telegram
Descarga archivos de extensión pigeon - send 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
This extension allows you to easily send pages from your browser to your phone through telegram. Go to @hereitis_bot in telegram and press start to retrieve your chat id. Input the id into the options page of the extension and you are all set. Whatever page you are on, press the extension button in the top and it will be sent to all of your devices with telegram installed.
Información Básica de la Extensión
Nombre | pigeon - send to telegram |
ID | bnpiffphfmbngibjjpmmedmldoadmcko |
URL Oficial | https://chromewebstore.google.com/detail/pigeon-send-to-telegram/bnpiffphfmbngibjjpmmedmldoadmcko |
Descripción | Send the article to your phone |
Tamaño del Archivo | 387 KB |
Cantidad de Instalaciones | 53 |
Versión Actual | 0.0.4 |
Última Actualización | 2017-08-16 |
Fecha de Publicación | 2017-08-16 |
Calificación | 4.20/5 Total de 5 Calificaciones |
Desarrollador | sirpatel |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "pigeon - send to telegram", "short_name": "pigeon", "manifest_version": 2, "version": "0.0.4", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "description": "Send the article to your phone", "icons": { "128": "messenger-128.png", "48": "messenger-32.png", "32": "messenger-32.png", "16": "messenger-16.png" }, "permissions": [ "https:\/\/api.telegram.org\/*", "storage", "tabs" ], "browser_action": { "default_icon": "messenger-128.png", "default_title": "refresh the page" } } |