Anywhere GPT

The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.

Anywhere GPTとは何ですか?

Anywhere GPTはbesnard.nicolasによって開発されたChromeの拡張機能で、その主な機能は「The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Anywhere GTP allows you to save those prompt and quickly apply them anywhere you want                    

拡張機能の基本情報

名前 Anywhere GPT Anywhere GPT
ID gjlmelmekegnlljjhiidajoopdlnldhd
公式URL https://chromewebstore.google.com/detail/anywhere-gpt/gjlmelmekegnlljjhiidajoopdlnldhd
説明 The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.
ファイルサイズ 158 KB
インストール数 37
現在のバージョン 1.2
最終更新日 2023-02-23
公開日 2023-02-22
評価 5.00/5 合計 1 レビュー
開発者 besnard.nicolas
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anywhere GPT",
    "description": "The secret of good ChatGPT answer is a good prompt and good prompts tend to be long.",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_title": "Configure AnywhereGPT"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/chat*"
            ],
            "run_at": "document_end",
            "js": [
                ".\/inject-prompt.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.global.js"
    },
    "icons": {
        "16": "chatgpt.png",
        "48": "chatgpt.png",
        "128": "chatgpt.png"
    },
    "options_ui": {
        "page": "settings\/index.html"
    }
}