Gemini For Google

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

ما هو Gemini For Google؟

Gemini For Google هو إضافة Chrome تم تطويرها بواسطة https://aicodeconvert.com، والميزة الرئيسية لها هي "Gemini For Google 💬 Play with Gemini Pro and Gemini Pro Vision API With Chrome".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Gemini For Google

قم بتنزيل ملفات الامتداد Gemini For Google بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Gemini For Google Gemini For Google
ID mlhgeljehojadebadhhmcopjojfjmjab
عنوان URL الرسمي https://chromewebstore.google.com/detail/gemini-for-google/mlhgeljehojadebadhhmcopjojfjmjab
الوصف Gemini For Google 💬 Play with Gemini Pro and Gemini Pro Vision API With Chrome
حجم الملف 4.26 KB
عدد التثبيتات 377
النسخة الحالية 1.0
آخر تحديث 2023-12-27
تاريخ النشر 2023-12-27
المطور https://aicodeconvert.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://aicodeconvert.com
اللغات المدعومة 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"
            ]
        }
    ]
}