CodeReviewer.ai

Reviews your Pull Requests using AI tools

CodeReviewer.aiคืออะไร?

CodeReviewer.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย li yang และคุณลักษณะหลักของมันคือ "Reviews your Pull Requests using AI tools"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodeReviewer.ai

ดาวน์โหลดไฟล์ส่วนขยาย CodeReviewer.ai ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Reviews your Pull Requests using AI tools                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CodeReviewer.ai CodeReviewer.ai
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:\/\/*\/*"
    ]
}