Chat Gpt Long Text Input

Chat Gpt Long Text Input

A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages. Features include custom message options, text file importing, and real-time progress estimates.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages. Features include custom message options, text file importing, and real-time progress estimates.",
  "manifest_version": 2,
  "name": "Chat Gpt Long Text Input",
  "version": "1.8.4",
  "homepage_url": "https://github.com/NicoleFaye/Chat-Gpt-Long-Text-Input",
  "icons": {
    "32": "icons/Red32.png",
    "48": "icons/Red48.png",
    "256": "icons/big.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/Red32.png",
    "default_title": "Chat Gpt Long Text Input",
    "default_popup": "popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9e70abfa-e575-4342-86f2-4369f52e6399}"
    }
  }
}