Telegram Share

Share the current page via Telegram messenger in just one click

What is Telegram Share?

Telegram Share is a Chrome extension developed by IdeasForTelegram, and its main feature is "Share the current page via Telegram messenger in just one click".

Extension Screenshots

screenshot

Download Telegram Share Extension CRX File

Download Telegram Share 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

                        This extension allows you to share any webpage, youtube video etc. to your Telegram contacts with one click!
Works with Telegram Desktop and Telegram Web!                    

Extension Basic Information

Name Telegram Share Telegram Share
ID fidbmokgkfolkdemodnghigjflilchhm
Official URL https://chromewebstore.google.com/detail/telegram-share/fidbmokgkfolkdemodnghigjflilchhm
Description Share the current page via Telegram messenger in just one click
File Size 11.52 KB
Installation Count 3,539
Current Version 1.0
Last Updated 2016-01-31
Publish Date 2016-01-31
Rating 3.83/5 Total 72 Ratings
Developer IdeasForTelegram
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Forward to Telegram"
    },
    "description": "Share the current page via Telegram messenger in just one click",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Telegram Share",
    "permissions": [
        "activeTab"
    ],
    "version": "1.0"
}