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?

WacGPT是由https://www.wacgpt.com开发的Chrome扩展程序,该扩展的主要功能是“WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it…”。

扩展截图

screenshot
screenshot
screenshot

下载WacGPT扩展crx文件

下载WacGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 WacGPT WacGPT
ID ofgghdophhoggnlkgiigooldjblbmkid
官方URL https://chromewebstore.google.com/detail/wacgpt/ofgghdophhoggnlkgiigooldjblbmkid
简介 WacGPT is a free browser extension that empowers you with the capabilities of AI. With a simple selection of text on web pages, it…
文件大小 167 KB
安装次数 72
当前版本 1.0.3.1
更新时间 2023-09-12
上架时间 2023-05-20
开发者 https://www.wacgpt.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.wacgpt.com/
隐私政策页面URL https://www.wacgpt.com/privacy.html
支持的语言 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": [
        ""
    ]
}