Sweep Extension
Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier.
Sweep Extensionคืออะไร?
Sweep Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin และคุณลักษณะหลักของมันคือ "Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sweep Extension
ดาวน์โหลดไฟล์ส่วนขยาย Sweep Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sweep Extension |
ID | fdjiilckbdcgjdpfhipnojhemphhjjbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sweep-extension/fdjiilckbdcgjdpfhipnojhemphhjjbl |
คำอธิบาย | Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier. |
ขนาดไฟล์ | 3.73 MB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 0.0.1.0 |
อัปเดตครั้งล่าสุด | 2023-08-17 |
วันที่เผยแพร่ | 2023-08-15 |
ผู้พัฒนา | Kevin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sweepai/sweep |
URL หน้าช่วยเหลือ | https://discord.gg/sweep |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.sweep.dev/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sweep Extension", "version": "0.0.1.0", "manifest_version": 3, "background": { "service_worker": "background.a59024b8.js" }, "action": { "default_icon": { "16": "final-sweep-wizard_16x16.5d32ac6f.png", "32": "final-sweep-wizard_32x32.d392dd85.png", "48": "final-sweep-wizard_48x48.d273ea75.png", "64": "final-sweep-wizard_64x64.f3999bcb.png", "128": "final-sweep-wizard_128x128.eb506171.png", "256": "final-sweep-wizard_256x256.c6433894.png" }, "default_title": "Sweep Extension" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content.8b1e142a.js" ], "css": [] }, { "matches": [ "https:\/\/github.com\/login\/device" ], "js": [ "installation.dc0c7700.js" ], "css": [] } ], "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/sweepai--prod-ext.modal.run\/*" ] } |