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.」です。

拡張機能のスクリーンショット

screenshot

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