Push to Telegram

Push any web content directly to telegram desktop!

Cos'è Push to Telegram?

Push to Telegram è un'estensione di Chrome sviluppata da ClippedIcarus, e la sua funzione principale è "Push any web content directly to telegram desktop!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Push to Telegram

Scarica i file di estensione Push to Telegram in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Push to Telegram Push to Telegram
ID kfbfihpkjhnbphofiejghdhckeofpgpf
URL Ufficiale https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf
Descrizione Push any web content directly to telegram desktop!
Dimensione del File 16.8 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-02-09
Data di Pubblicazione 2017-02-09
Valutazione 3.07/5 Totale 14 Valutazioni
Sviluppatore ClippedIcarus
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}