Push to Telegram
Push any web content directly to telegram desktop!
Push to Telegramคืออะไร?
Push to Telegram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ClippedIcarus และคุณลักษณะหลักของมันคือ "Push any web content directly to telegram desktop!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Push to Telegram
ดาวน์โหลดไฟล์ส่วนขยาย Push to Telegram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Share pages, links, media, and selected text through Telegram via right-click menu or extension icon. Telegram: t.me/ClippedIcarus Github: https://github.com/Kaleb-Pace/push-to-telegram
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kfbfihpkjhnbphofiejghdhckeofpgpf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf |
คำอธิบาย | Push any web content directly to telegram desktop! |
ขนาดไฟล์ | 16.8 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2017-02-09 |
วันที่เผยแพร่ | 2017-02-09 |
คะแนน | 3.07/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | ClippedIcarus |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Push to Telegram", "version": "1.0.1", "description": "Push any web content directly to telegram desktop!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "Push to Telegram" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus" ] } |