Link Highlighter & Saver Firefox

Examine source code of Link Highlighter & Saver

By: LK68
Inspect and view changes in Link Highlighter & Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Highlighter & Saver",
  "version": "1.0.0",
  "description": "Toggle on-page link highlighting and quickly save the current tab title and URL—no unnecessary permissions.",
  "browser_specific_settings": {
    "gecko": {
      "id": "e283e443-d695-4608-996e-5cfce717bd9d@link-highlighter",
      "strict_min_version": "78.0"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Link Highlighter & Saver",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}

Best Link Highlighter & Saver Alternatives

Here are some Firefox add-ons that are similar to Link Highlighter & Saver: