pigeon - send to telegram

Send the article to your phone

pigeon - send to telegramคืออะไร?

pigeon - send to telegram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sirpatel และคุณลักษณะหลักของมันคือ "Send the article to your phone"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย pigeon - send to telegram

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

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

                        This extension allows you to easily send pages from your browser to your phone through telegram. Go to @hereitis_bot in telegram and press start to retrieve your chat id. Input the id into the options page of the extension and you are all set. Whatever page you are on, press the extension button in the top and it will be sent to all of your devices with telegram installed.                    

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

ชื่อ pigeon - send to telegram pigeon - send to telegram
ID bnpiffphfmbngibjjpmmedmldoadmcko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pigeon-send-to-telegram/bnpiffphfmbngibjjpmmedmldoadmcko
คำอธิบาย Send the article to your phone
ขนาดไฟล์ 387 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2017-08-16
วันที่เผยแพร่ 2017-08-16
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา sirpatel
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pigeon - send to telegram",
    "short_name": "pigeon",
    "manifest_version": 2,
    "version": "0.0.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "description": "Send the article to your phone",
    "icons": {
        "128": "messenger-128.png",
        "48": "messenger-32.png",
        "32": "messenger-32.png",
        "16": "messenger-16.png"
    },
    "permissions": [
        "https:\/\/api.telegram.org\/*",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "messenger-128.png",
        "default_title": "refresh the page"
    }
}