Text to Prompt Firefox

Examine source code of Text to Prompt

Inspect and view changes in Text to Prompt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text to Prompt",
  "description": "Convert text from input fields into prompts optimized for AI",
  "version": "0.0.3",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "permissions": [
    "storage",
    "https://api.openai.com/*",
    "https://generativelanguage.googleapis.com/*"
  ],
  "web_accessible_resources": [
    "Logo.png",
    "Logo.svg"
  ],
  "homepage_url": "https://github.com/yurisantos-y/text-to-prompt",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Text to Prompt",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{97925b46-62fa-48c6-a398-6f9c62dc8eb0}"
    }
  }
}

Best Text to Prompt Alternatives

Here are some Firefox add-ons that are similar to Text to Prompt: