LLM Toolbox Firefox

Examine source code of LLM Toolbox

제작자: Burak Unver
Inspect and view changes in LLM Toolbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.2.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "/fonts/*",
    "content-scripts/content.css"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "LLM Toolbox",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.chatgpt.com/*",
        "*://*.deepseek.com/*",
        "*://*.perplexity.ai/*",
        "*://claude.ai/*",
        "*://gemini.google.com/*",
        "*://t3.chat/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{14c3bdc8-5753-40fc-b5d8-e3a98a67178d}"
    }
  }
}

최고의 LLM Toolbox 대안

다음은 LLM Toolbox과(와) 유사한 Firefox add-on입니다: