Share to Telegram

Shares current page URL to Telegram. You can edit the message before sending it.

Co je Share to Telegram?

Share to Telegram je rozšíření Chrome vyvinuté Made by JP, a jeho hlavní funkcí je „Shares current page URL to Telegram. You can edit the message before sending it.“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

Stáhněte si soubory rozšíření Share to Telegram 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í

                        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.                    

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

Název Share to Telegram Share to Telegram
ID nofieohmbfbfemolfgcojcnibmcldmif
Oficiální URL https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif
Popis Shares current page URL to Telegram. You can edit the message before sending it.
Velikost souboru 12.58 KB
Počet instalací 602
Aktuální Verze 0.1
Poslední Aktualizace 2017-04-08
Datum Vydání 2017-04-08
Hodnocení 4.89/5 Celkem 9 Hodnocení
Vývojář Made by JP
Typ Platby free
Webové stránky Rozšíření https://t.me/MadeByJP
URL Stránky Nápovědy https://github.com/grub-basket/Share_to_Telegram/issues
Podporované Jazyky 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
}