Link Creator Firefox

Examine source code of Link Creator

Inspect and view changes in Link Creator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Creator",
  "version": "1.3",
  "author": "Teal Dulcet",
  "description": "Open selected URIs, URLs, email addresses, telephone numbers and links.",
  "homepage_url": "https://github.com/tdulcet/Link-Creator",
  "options_ui": {
    "page": "options/options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/icon_32.png",
    "64": "icons/icon_64.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "storage",
    "<all_urls>",
    "contextMenus",
    "alarms",
    "notifications",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "links@tealdulcet.com",
      "strict_min_version": "112.0"
    }
  }
}

Best Link Creator Alternatives

Here are some Firefox add-ons that are similar to Link Creator: