Gemini Focus Firefox

Examine source code of Gemini Focus

제작자: xephidriver
Inspect and view changes in Gemini Focus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gemini Focus",
  "version": "1.0",
  "description": "Automatically focuses the input box on gemini.google.com when the tab becomes visible.",
  "permissions": [
    "scripting"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "host_permissions": [
    "*://gemini.google.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "e41891997@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

최고의 Gemini Focus 대안

다음은 Gemini Focus과(와) 유사한 Firefox add-on입니다: