Copilot Chat Exporter Firefox

Examine source code of Copilot Chat Exporter

Inspect and view changes in Copilot Chat Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Copilot Chat Exporter",
  "version": "1.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "copilot-chat-exporter@gfrDevHub.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "data_categories": [],
        "purposes": [],
        "data_use": []
      }
    }
  },
  "description": "Esporta una chat di GitHub Copilot in HTML o Markdown con formattazione e codice.",
  "permissions": [
    "activeTab",
    "scripting",
    "downloads"
  ],
  "host_permissions": [
    "https://github.com/*"
  ],
  "action": {
    "default_title": "Export Copilot Chat",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Copilot Chat Exporter Alternatives

Here are some Firefox add-ons that are similar to Copilot Chat Exporter: