Highlight Saver Firefox

Examine source code of Highlight Saver

By: GO88
Inspect and view changes in Highlight Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Highlight Saver",
  "version": "1.0.0",
  "description": "Select text on a page and save highlights locally into the extension popup.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "highlight-saver@example.com"
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Highlight Saver",
    "default_icon": "icons/icon-48.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best Highlight Saver Alternatives

Here are some Firefox add-ons that are similar to Highlight Saver: