Free AI Side Bar

Free AI Side Bar

Free AI Side Bar là gì?

Free AI Side Bar là một tiện ích mở rộng Chrome được phát triển bởi seonwoo960000.kim, và tính năng chính của nó là "Free AI Side Bar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Free AI Side Bar

Tải xuống các tệp mở rộng Free AI Side Bar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Free AI Side Bar Free AI Side Bar
ID bphjdepgpbodffelhponjdfpjdajghgc
URL Chính Thức https://chromewebstore.google.com/detail/free-ai-side-bar/bphjdepgpbodffelhponjdfpjdajghgc
Mô tả Free AI Side Bar
Kích Thước Tệp 8.1 MB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2023-11-14
Ngày Phát Hành 2023-09-30
Nhà Phát Triển seonwoo960000.kim
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/seonwoo960000/ai-sidebar
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}