Tel Link Handler Firefox

Examine source code of Tel Link Handler

Inspect and view changes in Tel Link Handler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tel Link Handler",
  "version": "1.0",
  "description": "Redireciona links do tipo 'tel' para o Google Contacts ou WhatsApp.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*",
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "protocol_handlers": [
    {
      "protocol": "tel",
      "name": "Add to Google Contacts",
      "uriTemplate": "https://contacts.google.com/new?phone=%s&source=google-contacts-from-link"
    },
    {
      "protocol": "tel",
      "name": "Send a message through WhatsApp",
      "uriTemplate": "https://web.whatsapp.com/send?phone=%s&source=google-contacts-from-link"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tellinkhandler@marcelothebuilder.github.com",
      "strict_min_version": "42.0"
    }
  }
}

Meilleures alternatives Tel Link Handler

Voici quelques Firefox add-ons qui sont similaires à Tel Link Handler :