Gemini For Google

Gemini For Google 💬 Play with Gemini Pro and Gemini Pro Vision API With Chrome

What is Gemini For Google?

Gemini For Google is a Chrome extension developed by https://aicodeconvert.com, and its main feature is "Gemini For Google 💬 Play with Gemini Pro and Gemini Pro Vision API With Chrome".

Extension Screenshots

screenshot
screenshot

Download Gemini For Google Extension CRX File

Download Gemini For Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Gemini For Google 💬
Play with Gemini Pro and Gemini Pro Vision API With Chrome                    

Extension Basic Information

Name Gemini For Google Gemini For Google
ID mlhgeljehojadebadhhmcopjojfjmjab
Official URL https://chromewebstore.google.com/detail/gemini-for-google/mlhgeljehojadebadhhmcopjojfjmjab
Description Gemini For Google 💬 Play with Gemini Pro and Gemini Pro Vision API With Chrome
File Size 4.26 KB
Installation Count 377
Current Version 1.0
Last Updated 2023-12-27
Publish Date 2023-12-27
Developer https://aicodeconvert.com
Email [email protected]
Payment Type free
Extension Website https://aicodeconvert.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gemini For Google",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sidebar.js"
            ]
        }
    ]
}