Website Memory Assistant Firefox

Examine source code of Website Memory Assistant

Inspect and view changes in Website Memory Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website Memory Assistant",
  "version": "1.0.0",
  "description": "Remember and organize important information from websites with smart notes and quick recall",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "clipboardWrite",
    "notifications",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Website Memory Assistant",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "commands": {
    "quick-note": {
      "suggested_key": {
        "default": "Ctrl+Shift+N"
      },
      "description": "Quick note for current page"
    },
    "search-memories": {
      "suggested_key": {
        "default": "Ctrl+Shift+M"
      },
      "description": "Search memories"
    }
  },
  "web_accessible_resources": [
    "memory-overlay.html",
    "icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{05678dca-5db9-41af-bc23-8b1c8a0458f7}"
    }
  }
}

Best Website Memory Assistant Alternatives

Here are some Firefox add-ons that are similar to Website Memory Assistant: