Highlight & Save Firefox

Examine source code of Highlight & Save

By: TG88
Inspect and view changes in Highlight & Save source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Highlight & Save",
  "version": "1.0.0",
  "description": "Highlight selected text on any page and save snippets locally for quick reference.",
  "browser_specific_settings": {
    "gecko": {
      "id": "highlight-save@example.com",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Highlight & Save",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Highlight & Save Alternatives

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