Free AI Side Bar

Free AI Side Bar

Was ist Free AI Side Bar?

Free AI Side Bar ist eine Chrome-Erweiterung, die von seonwoo960000.kim entwickelt wurde, und ihr Hauptmerkmal ist "Free AI Side Bar".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Free AI Side Bar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Free AI Side Bar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Free AI Side Bar Free AI Side Bar
ID bphjdepgpbodffelhponjdfpjdajghgc
Offizielle URL https://chromewebstore.google.com/detail/free-ai-side-bar/bphjdepgpbodffelhponjdfpjdajghgc
Beschreibung Free AI Side Bar
Dateigröße 8.1 MB
Installationsanzahl 46
Aktuelle Version 1.6.0
Letztes Update 2023-11-14
Veröffentlichungsdatum 2023-09-30
Entwickler seonwoo960000.kim
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/seonwoo960000/ai-sidebar
Unterstützte Sprachen 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"
        }
    }
}