Free AI Side Bar

Free AI Side Bar

Apa itu Free AI Side Bar?

Free AI Side Bar adalah ekstensi Chrome yang dikembangkan oleh seonwoo960000.kim, dan fitur utamanya adalah "Free AI Side Bar".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Free AI Side Bar

Unduh file ekstensi Free AI Side Bar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Free AI Side Bar Free AI Side Bar
ID bphjdepgpbodffelhponjdfpjdajghgc
URL Resmi https://chromewebstore.google.com/detail/free-ai-side-bar/bphjdepgpbodffelhponjdfpjdajghgc
Deskripsi Free AI Side Bar
Ukuran File 8.1 MB
Jumlah Instalasi 46
Versi Saat Ini 1.6.0
Terakhir Diperbarui 2023-11-14
Tanggal Publikasi 2023-09-30
Pengembang seonwoo960000.kim
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/seonwoo960000/ai-sidebar
Bahasa yang Didukung 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"
        }
    }
}