CodeReviewer.ai
Reviews your Pull Requests using AI tools
What is CodeReviewer.ai?
CodeReviewer.ai is a Chrome extension developed by li yang, and its main feature is "Reviews your Pull Requests using AI tools".
Extension Screenshots
Download CodeReviewer.ai Extension CRX File
Download CodeReviewer.ai extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Reviews your Pull Requests using AI tools
Extension Basic Information
Name | CodeReviewer.ai |
ID | miecffdapffnoalnjidkmdnoekkcenfn |
Official URL | https://chromewebstore.google.com/detail/codereviewerai/miecffdapffnoalnjidkmdnoekkcenfn |
Description | Reviews your Pull Requests using AI tools |
File Size | 690 KB |
Installation Count | 72 |
Current Version | 0.5.0 |
Last Updated | 2023-09-20 |
Publish Date | 2023-09-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | li yang |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/cctv1005s/code-reviewer.ai/tree/main/privacy-policy |
Supported Languages | 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:\/\/*\/*" ] } |