Documents Gemini Analyzer Firefox

Examine source code of Documents Gemini Analyzer

제작자: himesh jain
Inspect and view changes in Documents Gemini Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Docs",
  "version": "1.0",
  "description": "Takes a screenshot and sends it to Gemini for analysis.",
  "permissions": [
    "activeTab",
    "scripting",
    "notifications",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "commands": {
    "analyze-screenshot-command": {
      "suggested_key": {
        "default": "Alt+Y"
      },
      "description": "Take a screenshot"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{805ceac6-5636-46fd-8c2b-ce0e5cb56e59}"
    }
  }
}

최고의 Documents Gemini Analyzer 대안

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