Push to Telegram

Push any web content directly to telegram desktop!

Qu'est-ce que Push to Telegram ?

Push to Telegram est une extension Chrome développée par ClippedIcarus, et sa fonction principale est "Push any web content directly to telegram desktop!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Push to Telegram

Téléchargez les fichiers d'extension Push to Telegram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Push to Telegram Push to Telegram
ID kfbfihpkjhnbphofiejghdhckeofpgpf
URL Officiel https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf
Description Push any web content directly to telegram desktop!
Taille du Fichier 16.8 KB
Nombre d'Installations 1,000
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-02-09
Date de Publication 2017-02-09
Évaluation 3.07/5 Total 14 Évaluations
Développeur ClippedIcarus
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}