GPT Anywhere

Get GPT completions on any webpage.

GPT Anywhereとは何ですか?

GPT Anywhereはhotspringsclapによって開発されたChromeの拡張機能で、その主な機能は「Get GPT completions on any webpage.」です。

拡張機能のスクリーンショット

screenshot
screenshot

GPT Anywhere拡張機能のCRXファイルをダウンロード

GPT Anywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Free OpenAI GPT tool to generate text and input it from any webpage :
1. Save your usual favorite prompts
2. Right-click anywhere on the web
3. Done, GPT is now writing what you want for you

This is ChatGPT at your fingertips.


100% open source. No data collected by the extension.                    

拡張機能の基本情報

名前 GPT Anywhere GPT Anywhere
ID lbbhclbmgmfepdapeapakepecldndpin
公式URL https://chromewebstore.google.com/detail/gpt-anywhere/lbbhclbmgmfepdapeapakepecldndpin
説明 Get GPT completions on any webpage.
ファイルサイズ 159 KB
インストール数 404
現在のバージョン 1.2.0
最終更新日 2023-04-25
公開日 2023-02-20
評価 5.00/5 合計 5 レビュー
開発者 hotspringsclap
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/CheeseDurger/gpt-anywhere
ヘルプページのURL https://github.com/CheeseDurger/gpt-anywhere/issues/new
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Anywhere",
    "description": "Get GPT completions on any webpage.",
    "version": "1.2.0",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-48px.png",
        "128": "icons\/icon-128px.png"
    },
    "action": {
        "default_title": "Go to this extension's Options to configure your GPT prompts"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/start.js"
            ]
        }
    ]
}