GeminiFlow Firefox

Examine source code of GeminiFlow

By: Fran
Inspect and view changes in GeminiFlow source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GeminiFlow",
  "version": "2.1.0",
  "description": "Herramientas avanzadas para Google Gemini: gestión de chats, exportación, renombrado masivo, prompts con categorías y más.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "https://gemini.google.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "geminiflow@francisco.dev",
      "strict_min_version": "79.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "popup/toolbox.html",
    "popup/toolbox.js",
    "popup/toolbox.css"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_title": "GeminiFlow",
    "default_popup": "popup/popup.html"
  }
}

Best GeminiFlow Alternatives

Here are some Firefox add-ons that are similar to GeminiFlow: