Multi⁺LLM - AI Comparison Tool Firefox

Examine source code of Multi⁺LLM - AI Comparison Tool

Par : LLM.ist
Inspect and view changes in Multi⁺LLM - AI Comparison Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "0.1.1",
  "description": "__MSG_appDescription__",
  "author": "x@LLM_ist",
  "default_locale": "en",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "contextMenus",
    "<all_urls>",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background/service-worker.firefox.js"
    ],
    "persistent": true
  },
  "omnibox": {
    "keyword": "ml"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/iframe-link-handler.js",
        "content/iframe-shortcut-handler.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://copilot.microsoft.com/*",
        "https://poe.com/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "content/content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_title": "MultiLLM",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+M"
      },
      "description": "Activate the extension"
    },
    "comparison-expand": {
      "suggested_key": {
        "default": "Alt+Shift+Up"
      },
      "description": "Open comparison and expand dock"
    },
    "comparison-prev-page": {
      "suggested_key": {
        "default": "Alt+Shift+Left"
      },
      "description": "Go to previous page in comparison view"
    },
    "comparison-next-page": {
      "suggested_key": {
        "default": "Alt+Shift+Right"
      },
      "description": "Go to next page in comparison view"
    }
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "web_accessible_resources": [
    "comparison/comparison.html",
    "comparison/comparison.css",
    "comparison/comparison.js",
    "content/iframe-shortcut-handler.js",
    "assets/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "Multi@LLM.ist",
      "strict_min_version": "109.0"
    }
  }
}

Meilleures alternatives Multi⁺LLM - AI Comparison Tool

Voici quelques Firefox add-ons qui sont similaires à Multi⁺LLM - AI Comparison Tool :