TextMind AI Firefox

Examine source code of TextMind AI

By: MiladF
Inspect and view changes in TextMind AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TextMind AI",
  "version": "1.4",
  "description": "Your AI-Powered Text Analysis Companion. Transform text selection into intelligent insights with multiple AI models.",
  "author": "Milad Fereiduni",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "tabs",
    "https://api.avalai.ir/*",
    "webNavigation",
    "scripting",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "icon.png",
    "default_title": "TextMind AI",
    "default_popup": "options.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "llm-text-assistant@example.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "libs/marked.js",
        "libs/highlight.js",
        "floating-box.js"
      ],
      "css": [
        "floating-box.css",
        "libs/hljs-styles/default.min.css"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "question.html",
    "response.html",
    "icon.png",
    "libs/marked.js",
    "libs/highlight.js",
    "libs/hljs-styles/*"
  ]
}

Best TextMind AI Alternatives

Here are some Firefox add-ons that are similar to TextMind AI: