Links Firefox

Examine source code of Links

Inspect and view changes in Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Links",
  "version": "0.3",
  "description": "Manage bookmarks: read/write, check for duplicates, and search.",
  "permissions": [
    "bookmarks",
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "links@maxehmum.com"
    }
  },
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "Links",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  }
}

Best Links Alternatives

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