LLM Sidebar Firefox

Examine source code of LLM Sidebar

제작자: 无籽西瓜 Add-on
Inspect and view changes in LLM Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LLM Sidebar",
  "version": "1.1",
  "description": "Chat with LLMs from your browser sidebar. Select text on any page and ask questions.",
  "icons": {
    "16": "icons/icon-16.svg",
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+A"
      },
      "description": "Toggle LLM Sidebar"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src *"
  },
  "sidebar_action": {
    "default_title": "LLM Sidebar",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": "icons/icon-16.svg",
    "open_at_install": true
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "llm-sidebar@example.com",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

최고의 LLM Sidebar 대안

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