RecapNotes AI Firefox

Examine source code of RecapNotes AI

Inspect and view changes in RecapNotes AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RecapNotes AI: Webpage & Video Summaries",
  "description": "AI-powered summaries for any webpage and videos. Save, organize, and merge notes into your personal knowledge workspace",
  "version": "1.1.0",
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "https://api.recapnotesai.com/smartnotes-api/*",
    "https://www.youtube.com/*"
  ],
  "sidebar_action": {
    "default_panel": "index.html",
    "default_icon": "logo-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@recapnotesai",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo",
          "browsingActivity",
          "websiteContent"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/main.css"
  ]
}

Best RecapNotes AI Alternatives

Here are some Firefox add-ons that are similar to RecapNotes AI: