Push to Telegram

Push any web content directly to telegram desktop!

Co to jest Push to Telegram?

Push to Telegram to rozszerzenie Chrome opracowane przez ClippedIcarus, a jego główną funkcją jest „Push any web content directly to telegram desktop!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Push to Telegram

Pobierz pliki rozszerzeń Push 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

                        Share pages, links, media, and selected text through Telegram via right-click menu or extension icon. 


Telegram: t.me/ClippedIcarus
Github: https://github.com/Kaleb-Pace/push-to-telegram                    

Podstawowe informacje o rozszerzeniu

Nazwa Push to Telegram Push to Telegram
ID kfbfihpkjhnbphofiejghdhckeofpgpf
Oficjalny URL https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf
Opis Push any web content directly to telegram desktop!
Rozmiar pliku 16.8 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-02-09
Data Publikacji 2017-02-09
Ocena 3.07/5 Łącznie 14 Oceny
Deweloper ClippedIcarus
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push to Telegram",
    "version": "1.0.1",
    "description": "Push any web content directly to telegram desktop!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Push to Telegram"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus"
    ]
}