Telegram Share

Share the current page via Telegram messenger in just one click

Telegram Shareคืออะไร?

Telegram Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IdeasForTelegram และคุณลักษณะหลักของมันคือ "Share the current page via Telegram messenger in just one click"

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

screenshot

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

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

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

                        This extension allows you to share any webpage, youtube video etc. to your Telegram contacts with one click!
Works with Telegram Desktop and Telegram Web!                    

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

ชื่อ Telegram Share Telegram Share
ID fidbmokgkfolkdemodnghigjflilchhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/telegram-share/fidbmokgkfolkdemodnghigjflilchhm
คำอธิบาย Share the current page via Telegram messenger in just one click
ขนาดไฟล์ 11.52 KB
จำนวนการติดตั้ง 3,539
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-01-31
วันที่เผยแพร่ 2016-01-31
คะแนน 3.83/5 รวมทั้งหมด 72 คะแนน
ผู้พัฒนา IdeasForTelegram
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Forward to Telegram"
    },
    "description": "Share the current page via Telegram messenger in just one click",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Telegram Share",
    "permissions": [
        "activeTab"
    ],
    "version": "1.0"
}