Save Code in AI conversations Firefox

Examine source code of Save Code in AI conversations

Inspect and view changes in Save Code in AI conversations source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Code Save Button",
  "version": "1.0",
  "description": "Adds a save button to code blocks for easy file saving.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a2555b88-f81a-4768-a4e8-f2df9ef46be5}"
    }
  }
}

Best Save Code in AI conversations Alternatives

Here are some Firefox add-ons that are similar to Save Code in AI conversations: