Right click Dialer

Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)

Right click Dialerคืออะไร?

Right click Dialer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mihigh และคุณลักษณะหลักของมันคือ "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Right click Dialer

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

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

                        Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, FaceTime audio only, Jabber, Skype..)                    

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

ชื่อ Right click Dialer Right click Dialer
ID aedibklnjgnhjooclfofmleheeihipbd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/right-click-dialer/aedibklnjgnhjooclfofmleheeihipbd
คำอธิบาย Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)
ขนาดไฟล์ 14.9 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 6
อัปเดตครั้งล่าสุด 2015-06-23
วันที่เผยแพร่ 2015-06-23
คะแนน 2.74/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา mihigh
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mihigh
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right click Dialer",
    "description": "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)",
    "short_name": "Right click Dialer",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 2,
    "version": "6",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}