CodeReviewer.ai
Reviews your Pull Requests using AI tools
什么是CodeReviewer.ai?
CodeReviewer.ai是由li yang开发的Chrome扩展程序,该扩展的主要功能是“Reviews your Pull Requests using AI tools”。
扩展截图
下载CodeReviewer.ai扩展crx文件
下载CodeReviewer.ai扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Reviews your Pull Requests using AI tools 扩展基本信息
| 名称 | |
| ID | miecffdapffnoalnjidkmdnoekkcenfn |
| 官方URL | https://chromewebstore.google.com/detail/codereviewerai/miecffdapffnoalnjidkmdnoekkcenfn |
| 简介 | Reviews your Pull Requests using AI tools |
| 文件大小 | 690 KB |
| 安装次数 | 72 |
| 当前版本 | 0.5.0 |
| 更新时间 | 2023-09-20 |
| 上架时间 | 2023-09-14 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | li yang |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://github.com/cctv1005s/code-reviewer.ai/tree/main/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"name": "CodeReviewer.ai",
"version": "0.5.0",
"description": "Reviews your Pull Requests using AI tools",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"64": "icons\/icon_64.png",
"128": "icons\/icon_128.png"
},
"action": {
"default_title": "CodeReviewer.ai",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage",
"scripting"
],
"background": {
"service_worker": "assets\/background.js",
"type": "module"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"host_permissions": [
"https:\/\/*.githubusercontent.com\/",
"https:\/\/gitlab.com\/",
"https:\/\/api.dify.ai\/"
],
"optional_host_permissions": [
"https:\/\/*\/*"
]
} | |