GPT Translate

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

什麼是GPT Translate?

GPT Translate是由projectwildflower23開發的Chrome擴展程式,該擴展的主要功能是“Summarizes web page content in the language of your choice using GPT.”。

擴展截圖

screenshot
screenshot
screenshot

下載GPT Translate擴展crx文件

下載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
官方網址 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"
}