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
公式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
Eメール [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"
}