Telegram ShareLink

Share link directly to telegram.

Telegram ShareLinkคืออะไร?

Telegram ShareLink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hussain3kb และคุณลักษณะหลักของมันคือ "Share link directly to telegram."

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

screenshot

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

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

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

                        This extension helps to share URL to telegram. 
Now, you don't need to copy, open telegram and paste.                    

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

ชื่อ Telegram ShareLink Telegram ShareLink
ID jpilejapbfhjfbpngkjboghmboflcolm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/telegram-sharelink/jpilejapbfhjfbpngkjboghmboflcolm
คำอธิบาย Share link directly to telegram.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-11-27
วันที่เผยแพร่ 2022-11-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา hussain3kb
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "name": "Telegram ShareLink",
    "description": "Share link directly to telegram.",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/share.png",
        "48": "images\/share.png",
        "128": "images\/share.png"
    },
    "action": {
        "default_icon": "images\/share.png",
        "default_popup": "popup.html"
    }
}