Notegral NotebookLM importer Firefox

Examine source code of Notegral NotebookLM importer

By: GG Add-on
Inspect and view changes in Notegral NotebookLM importer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Notegral NotebookLM importer",
  "version": "1.1.0",
  "description": "One-click: send your saved NotebookLM / Gemini Notebook notes to Notegral.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "importer@notegral.xyz",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://notebook.google.com/*",
        "https://notebooklm.google.com/*"
      ],
      "js": [
        "scraper.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://notegral.xyz/*",
        "https://notegral.vercel.app/*",
        "http://localhost:3000/*"
      ],
      "js": [
        "bridge.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Notegral NotebookLM importer Alternatives

Here are some Firefox add-ons that are similar to Notegral NotebookLM importer: