InstantGPT - ChatGPT Powered Assistant

Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…

什么是InstantGPT - ChatGPT Powered Assistant?

InstantGPT - ChatGPT Powered Assistant是由Prothee开发的Chrome扩展程序,该扩展的主要功能是“Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…”。

扩展截图

screenshot
screenshot
screenshot

下载InstantGPT - ChatGPT Powered Assistant扩展crx文件

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

扩展使用说明

                        Access ChatGPT instantly! Summarize articles with one click.

InstantGPT is a chrome extension that utilizes the power of OpenAI's ChatGPT to provide quick and helpful information on demand. The extension can be easily accessed by using the keyboard shortcut 'Ctrl Shift S', which brings up the assistant for users to ask questions and receive responses. Additionally, the extension allows users to control the API parameters in the settings, providing a personalized experience. 

A key feature of this extension is the ability to summarize any text on a web page by highlighting the text, right-clicking, and selecting 'Summarize'. A pop-up window will then appear with a summary of the selected text. 

To use the extension, users must provide their own API key, which can be obtained for free from the OpenAI website.                    

扩展基本信息

名称 InstantGPT - ChatGPT Powered Assistant InstantGPT - ChatGPT Powered Assistant
ID dkidadkemijikjckcmilhkijmhghjlcm
官方URL https://chromewebstore.google.com/detail/instantgpt-chatgpt-powere/dkidadkemijikjckcmilhkijmhghjlcm
简介 Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…
文件大小 1.38 MB
安装次数 2,860
当前版本 1.4
更新时间 2023-01-25
上架时间 2022-12-23
评分 3.40/5 共5次评分
开发者 Prothee
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InstantGPT - ChatGPT Powered Assistant",
    "version": "1.4",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "icon.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_security_policy": []
}