Hey ChatGPT Explain This

Highlight unknown sentence, and let's ChatGPT explain to you

Hey ChatGPT Explain This là gì?

Hey ChatGPT Explain This là một tiện ích mở rộng Chrome được phát triển bởi qaz7821819, và tính năng chính của nó là "Highlight unknown sentence, and let's ChatGPT explain to you".

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

Tải xuống tệp CRX của tiện ích mở rộng Hey ChatGPT Explain This

Tải xuống các tệp mở rộng Hey ChatGPT Explain This 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

                        A Chrome extension (manifest v3) that uses ChatGPT to explain highlighted text.
The usage is same as google translation extension
This extension is open source: https://gitlab.com/warren30815/hey_chatgpt_explain_this                    

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

Tên Hey ChatGPT Explain This Hey ChatGPT Explain This
ID ncockfahljbgijljglbmmagefbdheofd
URL Chính Thức https://chromewebstore.google.com/detail/hey-chatgpt-explain-this/ncockfahljbgijljglbmmagefbdheofd
Mô tả Highlight unknown sentence, and let's ChatGPT explain to you
Kích Thước Tệp 37.7 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2023-02-28
Ngày Phát Hành 2023-01-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển qaz7821819
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.linkedin.com/in/%E7%AB%A3%E7%BF%94-%E8%A8%B1-3188a41a1/
URL Trang Trợ Giúp https://www.linkedin.com/in/%E7%AB%A3%E7%BF%94-%E8%A8%B1-3188a41a1/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hey ChatGPT Explain This",
    "description": "Highlight unknown sentence, and let's ChatGPT explain to you",
    "version": "0.0.7",
    "icons": {
        "16": "src\/pages\/assets\/logo-16.png",
        "48": "src\/pages\/assets\/logo-48.png",
        "128": "src\/pages\/assets\/logo-128.png"
    },
    "action": {
        "default_title": "Explain this",
        "default_icon": "src\/pages\/assets\/logo-16.png",
        "default_popup": "src\/pages\/popup\/index.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "content_scripts": [
        {
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}