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
官方網址 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
電子郵箱 [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"
        }
    }
}