Push to Telegram

Push any web content directly to telegram desktop!

Wat is Push to Telegram?

Push to Telegram is een Chrome-extensie ontwikkeld door ClippedIcarus, en de belangrijkste functie is "Push any web content directly to telegram desktop!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Push to Telegram

Download Push to Telegram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Push to Telegram Push to Telegram
ID kfbfihpkjhnbphofiejghdhckeofpgpf
Officiële URL https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf
Beschrijving Push any web content directly to telegram desktop!
Bestandsgrootte 16.8 KB
Aantal Installaties 1,000
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-02-09
Publicatiedatum 2017-02-09
Beoordeling 3.07/5 Totaal 14 Beoordelingen
Ontwikkelaar ClippedIcarus
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}