Right click Dialer

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

What is Right click Dialer?

Right click Dialer is a Chrome extension developed by mihigh, and its main feature is "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)".

Extension Screenshots

screenshot
screenshot
screenshot

Download Right click Dialer Extension CRX File

Download Right click Dialer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Right click Dialer Right click Dialer
ID aedibklnjgnhjooclfofmleheeihipbd
Official URL https://chrome.google.com/webstore/detail/right-click-dialer/aedibklnjgnhjooclfofmleheeihipbd
Description Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)
File Size 14.9 KB
Installation Count 2,000
Current Version 6
Last Updated 2015-06-23
Publish Date 2015-06-23
Rating 2.74/5 Total 43 Ratings
Developer mihigh
Payment Type free
Extension Website https://github.com/mihigh
Supported Languages 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"
        ]
    }
}