GitHub Repo Analyzer Firefox

Examine source code of GitHub Repo Analyzer

Por: onyx47
Inspect and view changes in GitHub Repo Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "README-GPT",
  "version": "1.0.1",
  "description": "Enhance GitHub repositories with AI-powered explanations using Groq",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://api.github.com/*",
    "https://api.groq.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "README-GPT - AI Repository Analysis"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "readme-gpt@yourdomain.com",
      "strict_min_version": "109.0"
    }
  }
}

Melhores alternativas GitHub Repo Analyzer

Aqui estão algumas Firefox add-ons que são similares a GitHub Repo Analyzer: