AskChatGPT

Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant

什么是AskChatGPT?

AskChatGPT是由LGG Hub开发的Chrome扩展程序,该扩展的主要功能是“Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant”。

扩展截图

screenshot
screenshot
screenshot

下载AskChatGPT扩展crx文件

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

扩展使用说明

                        AskChatGPT integrates ChatGPT with your browser, allowing you to ask questions and get information about the pages you're browsing. Creative prompts streamline research and provide you with the info you need quicker.                    

扩展基本信息

名称 AskChatGPT AskChatGPT
ID odbamckofikpepblkpjfnjibflfgbema
官方URL https://chromewebstore.google.com/detail/askchatgpt/odbamckofikpepblkpjfnjibflfgbema
简介 Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant
文件大小 937 KB
安装次数 42
当前版本 1.0
更新时间 2023-03-12
上架时间 2023-03-11
开发者 LGG Hub
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://lgghub.com/terms
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AskChatGPT",
    "description": "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant",
    "version": "1.0",
    "manifest_version": 3,
    "author": "[email protected]",
    "action": {
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}