Push to Telegram

Push any web content directly to telegram desktop!

Apa itu Push to Telegram?

Push to Telegram adalah ekstensi Chrome yang dikembangkan oleh ClippedIcarus, dan fitur utamanya adalah "Push any web content directly to telegram desktop!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Push to Telegram

Unduh file ekstensi Push to Telegram dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Push to Telegram Push to Telegram
ID kfbfihpkjhnbphofiejghdhckeofpgpf
URL Resmi https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf
Deskripsi Push any web content directly to telegram desktop!
Ukuran File 16.8 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-02-09
Tanggal Publikasi 2017-02-09
Penilaian 3.07/5 Total 14 Penilaian
Pengembang ClippedIcarus
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}