Talk GPT

Use Chat GPT with other way

Talk GPT là gì?

Talk GPT là một tiện ích mở rộng Chrome được phát triển bởi danganhtuan0002, và tính năng chính của nó là "Use Chat GPT with other way".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Talk GPT

Tải xuống các tệp mở rộng Talk GPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Talk GPT Talk GPT
ID gjklbbmneaddgofaclhlldbldjnpblck
URL Chính Thức https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck
Mô tả Use Chat GPT with other way
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2023-09-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển danganhtuan0002
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}