AI Browser Assistant

OpenAI powered Assistant

AI Browser Assistantคืออะไร?

AI Browser Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ericpelland94 และคุณลักษณะหลักของมันคือ "OpenAI powered Assistant"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Browser Assistant

ดาวน์โหลดไฟล์ส่วนขยาย AI Browser Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Are you tired of wasting time searching for the information you need online? The AI Browser Assistant is here to help! With just a few clicks, you can translate, summarize, complete, respond, and explain any selected or highlighted text using the new menu in the right-click context menu. This powerful plugin uses the latest AI technology from OpenAI, including the highly advanced ChatGPT3 model, to provide you with fast and accurate answers to your questions. And if you have a question that can't be easily answered, simply use the built-in chat feature to directly communicate with the AI model.

But that's not all! The AI Browser Assistant also lets you customize your experience by modifying the model and settings in the plugin's settings. And getting started is easy - just add your OpenAI API key and you're ready to go. So why wait? Start using the AI Browser Assistant today and take your browsing to the next level!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AI Browser Assistant AI Browser Assistant
ID acnnfeagheddkehglaipegkdekelpilf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-browser-assistant/acnnfeagheddkehglaipegkdekelpilf
คำอธิบาย OpenAI powered Assistant
ขนาดไฟล์ 806 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-01-11
วันที่เผยแพร่ 2023-01-10
ผู้พัฒนา ericpelland94
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://git.tinyerc.com/ericpelland/AI_Assistant/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Browser Assistant",
    "description": "OpenAI powered Assistant",
    "version": "0.0.1",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fix.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png"
    }
}