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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}