Talk GPT

Use Chat GPT with other way

Talk GPTとは何ですか?

Talk GPTはdanganhtuan0002によって開発されたChromeの拡張機能で、その主な機能は「Use Chat GPT with other way」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Talk GPT拡張機能のCRXファイルをダウンロード

Talk GPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension facilitates voice chat support with GPT, offering prominent features such as converting speech to text, turning GPT responses into speech, suggesting better-phrased sentences, enabling the creation of conversational scripts with GPT, making conversations more focused and natural. It allows customization of speaking speed and voice to cater to users of varying proficiency levels.                    

拡張機能の基本情報

名前 Talk GPT Talk GPT
ID gjklbbmneaddgofaclhlldbldjnpblck
公式URL https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck
説明 Use Chat GPT with other way
ファイルサイズ 171 KB
インストール数 94
現在のバージョン 1.0.2
最終更新日 2023-10-24
公開日 2023-09-17
評価 5.00/5 合計 2 レビュー
開発者 danganhtuan0002
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Talk GPT",
    "description": "Use Chat GPT with other way",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "48": "logo-talkgpt.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo-talkgpt.png",
            "48": "logo-talkgpt.png",
            "128": "logo-talkgpt.png"
        }
    }
}