Hey ChatGPT Explain This

Highlight unknown sentence, and let's ChatGPT explain to you

Hey ChatGPT Explain Thisคืออะไร?

Hey ChatGPT Explain This เป็นส่วนขยายของ Chrome ที่พัฒนาโดย qaz7821819 และคุณลักษณะหลักของมันคือ "Highlight unknown sentence, and let's ChatGPT explain to you"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hey ChatGPT Explain This

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

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

                        A Chrome extension (manifest v3) that uses ChatGPT to explain highlighted text.
The usage is same as google translation extension
This extension is open source: https://gitlab.com/warren30815/hey_chatgpt_explain_this                    

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

ชื่อ Hey ChatGPT Explain This Hey ChatGPT Explain This
ID ncockfahljbgijljglbmmagefbdheofd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hey-chatgpt-explain-this/ncockfahljbgijljglbmmagefbdheofd
คำอธิบาย Highlight unknown sentence, and let's ChatGPT explain to you
ขนาดไฟล์ 37.7 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2023-02-28
วันที่เผยแพร่ 2023-01-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา qaz7821819
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.linkedin.com/in/%E7%AB%A3%E7%BF%94-%E8%A8%B1-3188a41a1/
URL หน้าช่วยเหลือ https://www.linkedin.com/in/%E7%AB%A3%E7%BF%94-%E8%A8%B1-3188a41a1/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hey ChatGPT Explain This",
    "description": "Highlight unknown sentence, and let's ChatGPT explain to you",
    "version": "0.0.7",
    "icons": {
        "16": "src\/pages\/assets\/logo-16.png",
        "48": "src\/pages\/assets\/logo-48.png",
        "128": "src\/pages\/assets\/logo-128.png"
    },
    "action": {
        "default_title": "Explain this",
        "default_icon": "src\/pages\/assets\/logo-16.png",
        "default_popup": "src\/pages\/popup\/index.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "content_scripts": [
        {
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}