Tel Link Handler Firefox

Examine source code of Tel Link Handler

제작자: marcelorevok
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"
    }
  }
}

최고의 Tel Link Handler 대안

다음은 Tel Link Handler과(와) 유사한 Firefox add-on입니다: