Telegram Share

Share the current page via Telegram messenger in just one click

Co je Telegram Share?

Telegram Share je rozšíření Chrome vyvinuté IdeasForTelegram, a jeho hlavní funkcí je „Share the current page via Telegram messenger in just one click“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Telegram Share

Stáhněte si soubory rozšíření Telegram Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Telegram Share Telegram Share
ID fidbmokgkfolkdemodnghigjflilchhm
Oficiální URL https://chromewebstore.google.com/detail/telegram-share/fidbmokgkfolkdemodnghigjflilchhm
Popis Share the current page via Telegram messenger in just one click
Velikost souboru 11.52 KB
Počet instalací 3,539
Aktuální Verze 1.0
Poslední Aktualizace 2016-01-31
Datum Vydání 2016-01-31
Hodnocení 3.83/5 Celkem 72 Hodnocení
Vývojář IdeasForTelegram
Typ Platby free
Podporované Jazyky 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"
}