Sweep Extension
Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier.
Sweep Extension là gì?
Sweep Extension là một tiện ích mở rộng Chrome được phát triển bởi Kevin, và tính năng chính của nó là "Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sweep Extension
Tải xuống các tệp mở rộng Sweep Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sweep Extension |
ID | fdjiilckbdcgjdpfhipnojhemphhjjbl |
URL Chính Thức | https://chromewebstore.google.com/detail/sweep-extension/fdjiilckbdcgjdpfhipnojhemphhjjbl |
Mô tả | Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier. |
Kích Thước Tệp | 3.73 MB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 0.0.1.0 |
Cập Nhật Lần Cuối | 2023-08-17 |
Ngày Phát Hành | 2023-08-15 |
Nhà Phát Triển | Kevin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sweepai/sweep |
URL Trang Trợ Giúp | https://discord.gg/sweep |
URL Trang Chính Sách Bảo Mật | https://docs.sweep.dev/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |