Gemini Notebook Importer Chrome

Examine source code of Gemini Notebook Importer

By: codro Tools
Inspect and view changes in Gemini Notebook Importer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Gemini Notebook Importer",
  "version": "1.2.0",
  "description": "Easily import web articles, content, and discussions into your notebooks for research.",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "host_permissions": [
    "https://notebooklm.google.com/*",
    "https://*.reddit.com/*",
    "https://docs.google.com/document/*",
    "https://claude.ai/*",
    "https://*.youtube.com/*",
    "https://*.x.com/*",
    "https://x.com/*",
    "https://*/*",
    "http://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://notebooklm.google.com/*",
        "https://*.reddit.com/*",
        "https://docs.google.com/document/*",
        "https://claude.ai/*",
        "https://*.youtube.com/*",
        "https://*.x.com/*",
        "https://x.com/*",
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon16.png",
        "icon48.png",
        "icon128.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Gemini Notebook Importer Alternatives

Here are some Chrome extensions that are similar to Gemini Notebook Importer: