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是由Kevin開發的Chrome擴展程式,該擴展的主要功能是“Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier.”。
擴展截圖
下載Sweep Extension擴展crx文件
下載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 |
官方網址 | 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\/*" ] } |