Gemini Floor Plan Study Firefox

Examine source code of Gemini Floor Plan Study

Inspect and view changes in Gemini Floor Plan Study source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gemini Floor Plan Study",
  "version": "2.0",
  "description": "Study Gemini's floor plan generation with width x height variations",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "clipboardWrite",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gemini-floor-plan-study@addon",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Floor Plan Study"
  },
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}

Best Gemini Floor Plan Study Alternatives

Here are some Firefox add-ons that are similar to Gemini Floor Plan Study: