Share to Telegram
Shares current page URL to Telegram. You can edit the message before sending it.
What is Share to Telegram?
Share to Telegram is a Chrome extension developed by Made by JP, and its main feature is "Shares current page URL to Telegram. You can edit the message before sending it.".
Extension Screenshots
Download Share to Telegram Extension CRX File
Download Share to Telegram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nofieohmbfbfemolfgcojcnibmcldmif |
Official URL | https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif |
Description | Shares current page URL to Telegram. You can edit the message before sending it. |
File Size | 12.58 KB |
Installation Count | 602 |
Current Version | 0.1 |
Last Updated | 2017-04-08 |
Publish Date | 2017-04-08 |
Rating | 4.89/5 Total 9 Ratings |
Developer | Made by JP |
Payment Type | free |
Extension Website | https://t.me/MadeByJP |
Help Page URL | https://github.com/grub-basket/Share_to_Telegram/issues |
Supported Languages | 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 } |