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
Eメール [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": []
}