WacGPT

WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it…

WacGPT là gì?

WacGPT là một tiện ích mở rộng Chrome được phát triển bởi https://www.wacgpt.com, và tính năng chính của nó là "WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it…".

Ả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 WacGPT

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

                        WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it provides you with services like concept explanations, content summarization, high-quality translations, AI-based Q&A, and more. By relieving you of repetitive and mundane tasks, it unleashes your creativity, You only need to configure the OpenAI API KEY to use it.

--------- Update Log ------------
V1.0.1: Compatible with the Notion WEB Version
V1.0.2: Fixed some websites not being able to ctrl+c copy results                    

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

Tên WacGPT WacGPT
ID ofgghdophhoggnlkgiigooldjblbmkid
URL Chính Thức https://chromewebstore.google.com/detail/wacgpt/ofgghdophhoggnlkgiigooldjblbmkid
Mô tả WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it…
Kích Thước Tệp 167 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.0.3.1
Cập Nhật Lần Cuối 2023-09-12
Ngày Phát Hành 2023-05-20
Nhà Phát Triển https://www.wacgpt.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.wacgpt.com/
URL Trang Chính Sách Bảo Mật https://www.wacgpt.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.0.3.1",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "permissions": [
        "cookies",
        "background",
        "storage",
        "webNavigation",
        ""
    ],
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_icon": ".\/icons\/logo.png",
        "content_security_policy": "script-src 'self' 'sha256-abc123'; object-src 'self'"
    },
    "icons": {
        "500": ".\/icons\/logo.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                ".\/content_scripts\/wac.js"
            ],
            "css": [
                ".\/css\/v2.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "options_page": ".\/options\/options.html",
    "host_permissions": [
        ""
    ]
}