Free AI Side Bar

Free AI Side Bar

Free AI Side Barとは何ですか?

Free AI Side Barはseonwoo960000.kimによって開発されたChromeの拡張機能で、その主な機能は「Free AI Side Bar」です。

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

screenshot
screenshot
screenshot
screenshot

Free AI Side Bar拡張機能のCRXファイルをダウンロード

Free AI Side Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Free and open source chrome extension sidebar for all sort of AI stuff. Don't pay to us, pay for api key usage only!!                    

拡張機能の基本情報

名前 Free AI Side Bar Free AI Side Bar
ID bphjdepgpbodffelhponjdfpjdajghgc
公式URL https://chromewebstore.google.com/detail/free-ai-side-bar/bphjdepgpbodffelhponjdfpjdajghgc
説明 Free AI Side Bar
ファイルサイズ 8.1 MB
インストール数 46
現在のバージョン 1.6.0
最終更新日 2023-11-14
公開日 2023-09-30
開発者 seonwoo960000.kim
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/seonwoo960000/ai-sidebar
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Free AI Side Bar",
    "version": "1.6.0",
    "description": "Free AI Side Bar",
    "minimum_chrome_version": "116",
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "icons": {
        "16": "static\/image\/favicon-16x16.png",
        "32": "static\/image\/favicon-32x32.png",
        "48": "static\/image\/favicon-48x48.png",
        "64": "static\/image\/favicon-64x64.png",
        "128": "static\/image\/favicon-128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "sidePanel",
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_title": "Click to use Free AI Side Bar",
        "default_icon": {
            "16": "static\/image\/favicon-16x16.png",
            "32": "static\/image\/favicon-32x32.png"
        }
    }
}