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
电子邮箱 [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"
        }
    }
}