Web App Links Firefox

Examine source code of Web App Links

제작자: Onred Add-on
Inspect and view changes in Web App Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web App Links",
  "version": "0.2.0",
  "description": "Opens external links in your default browser. Any links that share the same origin will be unaffected. Works best if your default browser is not firefox or if this addon is installed in your non-default firefox profile.",
  "icons": {
    "256": "icons/webapplinks.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@webapplinks"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "webapplinks.js"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ]
}

최고의 Web App Links 대안

다음은 Web App Links과(와) 유사한 Firefox add-on입니다: