Select and Dial

Select and Dial

Select a phone number, right click and dial it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "description": "Select a phone number, right click and dial it.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "64": "64.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "options_page": "options.html",
  "name": "Select and Dial",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "version": "0.1.1"
}