ChatGPT for address bar

Use ChatGPT from your address bar

ChatGPT for address barคืออะไร?

ChatGPT for address bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dreampunk และคุณลักษณะหลักของมันคือ "Use ChatGPT from your address bar"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT for address bar

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

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

                        Just type "chat" and your prompt to make your browsing experience faster and more efficient with ChatGPT.

No API Key required.
Try the most secure ChatGPT extension.                    

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

ชื่อ ChatGPT for address bar ChatGPT for address bar
ID kohabooomphnoedeinhfkdijpmbegmfi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chatgpt-for-address-bar/kohabooomphnoedeinhfkdijpmbegmfi
คำอธิบาย Use ChatGPT from your address bar
ขนาดไฟล์ 8.59 KB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2023-03-27
วันที่เผยแพร่ 2023-02-06
คะแนน 3.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Dreampunk
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://dataplay.cl/timeless-youtube
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT for address bar",
    "version": "1.3.1",
    "description": "Use ChatGPT from your address bar",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "event_page.js"
    },
    "omnibox": {
        "keyword": "chat",
        "suggestion": {
            "imageUrl": "16.png"
        }
    }
}