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 |
| Eメール | [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:\/\/*\/*"
]
} | |