QuickLLM Firefox

Examine source code of QuickLLM

제작자: deseven
Inspect and view changes in QuickLLM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuickLLM",
  "version": "1.1.1",
  "description": "Integrate LLMs (OpenAI/Anthropic/Ollama and compatible APIs) with your browser for quick page text processing",
  "author": "deseven",
  "homepage_url": "https://github.com/deseven/firefox-quickllm",
  "browser_specific_settings": {
    "gecko": {
      "id": "quickllm@d7.wtf",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "tabs",
    "https://api.openai.com/*",
    "https://api.anthropic.com/*",
    "https://*/*",
    "http://*/*"
  ],
  "background": {
    "scripts": [
      "dist/browser-polyfill.js",
      "dist/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "dist/extension.html",
    "default_title": "QuickLLM",
    "default_icon": {
      "16": "quickllm-16.png",
      "32": "quickllm-32.png",
      "48": "quickllm-48.png",
      "128": "quickllm-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/browser-polyfill.js",
        "dist/injector.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "open-quickllm": {
      "suggested_key": {
        "default": "Alt+Shift+I",
        "mac": "Command+Shift+I"
      },
      "description": "Open QuickLLM to process selected text or page content"
    }
  },
  "options_ui": {
    "page": "dist/settings.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [],
  "icons": {
    "16": "quickllm-16.png",
    "32": "quickllm-32.png",
    "48": "quickllm-48.png",
    "128": "quickllm-128.png"
  }
}

최고의 QuickLLM 대안

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