Share to Telegram

Shares current page URL to Telegram. You can edit the message before sending it.

Apa itu Share to Telegram?

Share to Telegram adalah ekstensi Chrome yang dikembangkan oleh Made by JP, dan fitur utamanya adalah "Shares current page URL to Telegram. You can edit the message before sending it.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Share to Telegram

Unduh file ekstensi Share 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

                        Shares current page URL to Telegram. You can edit the message before sending it. Currently, it only works on Windows.

The code is available on Github, but it's not under any license. Feel free to do whatever you want with it, following whatever legal restrictions and guidelines you are subject to, of course.

This app is unofficial and not endorsed by Telegram in any way.                    

Informasi Dasar Ekstensi

Nama Share to Telegram Share to Telegram
ID nofieohmbfbfemolfgcojcnibmcldmif
URL Resmi https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif
Deskripsi Shares current page URL to Telegram. You can edit the message before sending it.
Ukuran File 12.58 KB
Jumlah Instalasi 602
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-04-08
Tanggal Publikasi 2017-04-08
Penilaian 4.89/5 Total 9 Penilaian
Pengembang Made by JP
Tipe Pembayaran free
Situs Ekstensi https://t.me/MadeByJP
URL Halaman Bantuan https://github.com/grub-basket/Share_to_Telegram/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Share to Telegram"
    },
    "name": "Share to Telegram",
    "description": "Shares current page URL to Telegram. You can edit the message before sending it.",
    "homepage_url": "https:\/\/telegram.org",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}