Share to Telegram

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

Share to Telegramคืออะไร?

Share to Telegram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Made by JP และคุณลักษณะหลักของมันคือ "Shares current page URL to Telegram. You can edit the message before sending it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share to Telegram

ดาวน์โหลดไฟล์ส่วนขยาย Share to Telegram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Share to Telegram Share to Telegram
ID nofieohmbfbfemolfgcojcnibmcldmif
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif
คำอธิบาย Shares current page URL to Telegram. You can edit the message before sending it.
ขนาดไฟล์ 12.58 KB
จำนวนการติดตั้ง 602
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-04-08
วันที่เผยแพร่ 2017-04-08
คะแนน 4.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Made by JP
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://t.me/MadeByJP
URL หน้าช่วยเหลือ https://github.com/grub-basket/Share_to_Telegram/issues
ภาษาที่รองรับ 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
}