Share to Telegram
Shares current page URL to Telegram. You can edit the message before sending it.
Wat is Share to Telegram?
Share to Telegram is een Chrome-extensie ontwikkeld door Made by JP, en de belangrijkste functie is "Shares current page URL to Telegram. You can edit the message before sending it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Share to Telegram
Download Share to Telegram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nofieohmbfbfemolfgcojcnibmcldmif |
Officiële URL | https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif |
Beschrijving | Shares current page URL to Telegram. You can edit the message before sending it. |
Bestandsgrootte | 12.58 KB |
Aantal Installaties | 602 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-04-08 |
Publicatiedatum | 2017-04-08 |
Beoordeling | 4.89/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Made by JP |
Betalingswijze | free |
Extensiewebsite | https://t.me/MadeByJP |
Help Pagina-URL | https://github.com/grub-basket/Share_to_Telegram/issues |
Ondersteunde Talen | 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 } |