GitHub Summary AI Firefox

Examine source code of GitHub Summary AI

Inspect and view changes in GitHub Summary AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Summary AI",
  "version": "1.1.0",
  "description": "在 GitHub 项目页面右侧显示 AI 生成的项目摘要,包括主要解决的问题、解决方案、同类型产品和核心差异",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://api.github.com/*",
    "https://api.longcat.chat/*",
    "https://*.openai.com/*",
    "https://*.anthropic.com/*",
    "https://integrate.api.nvidia.com/*",
    "https://api.deepseek.com/*",
    "https://dashscope.aliyuncs.com/*",
    "https://open.bigmodel.cn/*",
    "https://api.moonshot.cn/*",
    "https://api.volces.com/*",
    "https://ark.cn-beijing.volces.com/*",
    "https://api.minimax.chat/*",
    "https://api.siliconflow.cn/*",
    "https://api.stepfun.com/*",
    "https://api.mistral.ai/*",
    "https://generativelanguage.googleapis.com/*",
    "https://api.together.xyz/*",
    "https://api.groq.com/*",
    "https://api.perplexity.ai/*",
    "https://api.cohere.com/*",
    "https://api.x.ai/*",
    "https://api.azure.com/*",
    "https://*.openai.azure.com/*",
    "https://*.azure-api.net/*",
    "https://gemini.google.com/*",
    "https://aistudio.google.com/*",
    "https://developer.amd.com.cn/*",
    "https://localhost/*",
    "http://localhost/*",
    "https://127.0.0.1/*",
    "http://127.0.0.1/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "utils.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": false
  },
  "action": {
    "default_title": "GitHub Summary AI",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "github-summary-ai@hfvast.net",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best GitHub Summary AI Alternatives

Here are some Firefox add-ons that are similar to GitHub Summary AI: