Share via Telegram

Allows to share current page via Telegram messenger in just one click

Share via Telegramคืออะไร?

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

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to share URL of the current page or selected text/link/image to the Telegram app.

'Reading your browsing history' permission is required to get the url of the page you're currently on.

Works with Telegram Desktop apps for Windows, MacOS and  Linux.                    

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

ชื่อ Share via Telegram Share via Telegram
ID phhmllhhondgbkaifcompghkadamdanc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/share-via-telegram/phhmllhhondgbkaifcompghkadamdanc
คำอธิบาย Allows to share current page via Telegram messenger in just one click
ขนาดไฟล์ 25.78 KB
จำนวนการติดตั้ง 1,958
เวอร์ชันปัจจุบัน 1.16
อัปเดตครั้งล่าสุด 2022-12-29
วันที่เผยแพร่ 2019-09-30
คะแนน 3.59/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา Telegram
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/evgeniybobok/share_via_telegram/wiki/Privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Share via Telegram",
    "version": "1.16",
    "description": "Allows to share current page via Telegram messenger in just one click",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Share Page via Telegram"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}