CodeWise - Optimise code for Developers Firefox

Examine source code of CodeWise - Optimise code for Developers

Por: bennie
Inspect and view changes in CodeWise - Optimise code for Developers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CodeWise - Optimise code for Developers",
  "browser_specific_settings": {
    "gecko": {
      "id": "codewise@swsdevs.co"
    }
  },
  "version": "1.0.1",
  "description": "Get AI-powered code optimization suggestions while browsing GitHub and other code-focused sites.",
  "permissions": [
    "scripting",
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://gitlab.com/*",
    "https://bitbucket.org/*",
    "https://stackoverflow.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.svg",
      "48": "images/icon48.svg",
      "128": "images/icon128.svg"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://gitlab.com/*",
        "https://bitbucket.org/*",
        "https://stackoverflow.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "images/icon16.svg",
    "48": "images/icon48.svg",
    "128": "images/icon128.svg"
  }
}

Mejores alternativas CodeWise - Optimise code for Developers

Aquí hay algunas Firefox add-ons que son similares a CodeWise - Optimise code for Developers: