Gemini For Google

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

Gemini For Google là gì?

Gemini For Google là một tiện ích mở rộng Chrome được phát triển bởi https://aicodeconvert.com, và tính năng chính của nó là "Gemini For Google 💬 Play with Gemini Pro and Gemini Pro Vision API With Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gemini For Google

Tải xuống các tệp mở rộng Gemini For Google dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gemini For Google Gemini For Google
ID mlhgeljehojadebadhhmcopjojfjmjab
URL Chính Thức https://chromewebstore.google.com/detail/gemini-for-google/mlhgeljehojadebadhhmcopjojfjmjab
Mô tả Gemini For Google 💬 Play with Gemini Pro and Gemini Pro Vision API With Chrome
Kích Thước Tệp 4.26 KB
Số Lần Cài Đặt 377
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-12-27
Ngày Phát Hành 2023-12-27
Nhà Phát Triển https://aicodeconvert.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://aicodeconvert.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}