Right click Dialer

Right click Dialer

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

Merlin
Additional files are visible only to premium users

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"
    ]
  }
}