NoteSnap AI Firefox

Examine source code of NoteSnap AI

Inspect and view changes in NoteSnap AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NoteSnap AI",
  "version": "1.1.0",
  "description": "Highlight any text on the web and instantly convert it to AI flashcards, summaries, and quizzes with NoteSnap AI.",
  "author": "NoteSnap AI",
  "homepage_url": "https://notesnap.org",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "NoteSnap AI — Study Smarter"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "MacCtrl+Shift+S"
      },
      "description": "Open NoteSnap AI"
    },
    "quick-flashcards": {
      "suggested_key": {
        "default": "Alt+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Generate flashcards from selected text"
    },
    "quick-summary": {
      "suggested_key": {
        "default": "Alt+Shift+D",
        "mac": "MacCtrl+Shift+D"
      },
      "description": "Summarize selected text"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "contextMenus",
    "*://notesnap.org/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@notesnap.org",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "121.0"
    }
  }
}

Best NoteSnap AI Alternatives

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