Fancy Links Firefox

Examine source code of Fancy Links

Inspect and view changes in Fancy Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fancy Links",
  "version": "1.4.5",
  "version_name": "1.4.5",
  "description": "Fancy Links transforms plain URLs into friendly links with included page titles. Perfect for sharing in chat apps, Reddit, GitHub, documentation, and anywhere formatted links look better than bare URLs.",
  "browser_specific_settings": {
    "gecko": {
      "id": "fancy-links@evanw.com",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "clipboardWrite",
    "activeTab",
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "utils/clean-url.js",
      "formats/format-registry.js",
      "background/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Copy Fancy Link"
  },
  "commands": {
    "copy-fancy-link": {
      "suggested_key": {
        "default": "Alt+Shift+C",
        "mac": "Alt+Shift+C"
      },
      "description": "Copy the current page as a fancy link"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Fancy Links Alternatives

Here are some Firefox add-ons that are similar to Fancy Links: