Share to Telegram

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

Co to jest Share to Telegram?

Share to Telegram to rozszerzenie Chrome opracowane przez Made by JP, a jego główną funkcją jest „Shares current page URL to Telegram. You can edit the message before sending it.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Share to Telegram

Pobierz pliki rozszerzeń Share to Telegram w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Share to Telegram Share to Telegram
ID nofieohmbfbfemolfgcojcnibmcldmif
Oficjalny URL https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif
Opis Shares current page URL to Telegram. You can edit the message before sending it.
Rozmiar pliku 12.58 KB
Liczba instalacji 602
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-04-08
Data Publikacji 2017-04-08
Ocena 4.89/5 Łącznie 9 Oceny
Deweloper Made by JP
Typ Płatności free
Strona Rozszerzenia https://t.me/MadeByJP
Adres URL Strony Pomocy https://github.com/grub-basket/Share_to_Telegram/issues
Obsługiwane Języki 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
}