GPT Translate

Summarizes web page content in the language of your choice using GPT.

GPT Translateคืออะไร?

GPT Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย projectwildflower23 และคุณลักษณะหลักของมันคือ "Summarizes web page content in the language of your choice using GPT."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPT Translate

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

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

                        Quickly summarize highlighted text, or an entire page, using the power of GPT. Can summarize text from other languages into your language.                    

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

ชื่อ GPT Translate GPT Translate
ID ljfjmbdgbebmjbfmdneeimenolagonol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gpt-translate/ljfjmbdgbebmjbfmdneeimenolagonol
คำอธิบาย Summarizes web page content in the language of your choice using GPT.
ขนาดไฟล์ 6.21 MB
จำนวนการติดตั้ง 2,708
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-04-04
วันที่เผยแพร่ 2023-03-22
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา projectwildflower23
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,es-419,hi,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPT Translate",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "main.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "description": "Summarizes web page content in the language of your choice using GPT.",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en"
}