Gemini Prompt Auto-Copier(Webnovel Translation) Firefox

Examine source code of Gemini Prompt Auto-Copier(Webnovel Translation)

By: Gentree Add-on
Inspect and view changes in Gemini Prompt Auto-Copier(Webnovel Translation) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gemini Prompt Auto-Copier",
  "version": "1.0",
  "description": "Grabs text from #txtcontent0, switches to Gemini, and auto-pastes it using a keyboard shortcut.",
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://twkan.com/*",
    "*://*.twkan.com/*",
    "*://69shuba.com/*",
    "*://*.69shuba.com/*",
    "https://gemini.google.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "geminipromptautocopier@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Grab and Paste to Gemini"
  },
  "commands": {
    "grab-and-paste": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Grab text and paste to Gemini"
    }
  }
}

Best Gemini Prompt Auto-Copier(Webnovel Translation) Alternatives

Here are some Firefox add-ons that are similar to Gemini Prompt Auto-Copier(Webnovel Translation):