Click-2-Call Firefox

Examine source code of Click-2-Call

Inspect and view changes in Click-2-Call source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Click to Call",
  "description": "Enable click-to-call functionality.",
  "version": "1.6",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png"
    },
    "default_title": "Click to Call",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "tabs",
    "storage"
  ]
}

Best Click-2-Call Alternatives

Here are some Firefox add-ons that are similar to Click-2-Call: