Any2K: Save pages & highlights Firefox

Examine source code of Any2K: Save pages & highlights

Inspect and view changes in Any2K: Save pages & highlights source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Any2K: Save pages and highlights",
  "version": "2.5",
  "description": "Save pages and highlights to your private library. Tag what matters, read anywhere, and send to Kindle.",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "tabs",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "bar-host.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "bar.html",
        "bar.css",
        "bar.js",
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "512": "icons/icon-512.png",
    "1024": "icons/icon-1024.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@any2k.com"
    }
  }
}

Best Any2K: Save pages & highlights Alternatives

Here are some Firefox add-ons that are similar to Any2K: Save pages & highlights: