GeePeeTee - OpenAi ChatGPT + Image assistant
Create text completions/edits, and generate images easily with a prompt.
GeePeeTee - OpenAi ChatGPT + Image assistantとは何ですか?
GeePeeTee - OpenAi ChatGPT + Image assistantはAirdikによって開発されたChromeの拡張機能で、その主な機能は「Create text completions/edits, and generate images easily with a prompt.」です。
拡張機能のスクリーンショット
GeePeeTee - OpenAi ChatGPT + Image assistant拡張機能のCRXファイルをダウンロード
GeePeeTee - OpenAi ChatGPT + Image assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Easily access OpenAi's text and image models from this extension. You can access Completion, Edit, and Image models with a simple click, or a keyboard shortcut of "Ctrl + Shift + Space"
 Answer all of you questions and kill your curiosity with this modern and dynamic design that allows you to generate text with ChatGPT and generate images from Dall-E.                     拡張機能の基本情報
| 名前 |   |  
| ID | dbegpdaninkikfcfodenceojbpdgdoaa | 
| 公式URL | https://chromewebstore.google.com/detail/geepeetee-openai-chatgpt/dbegpdaninkikfcfodenceojbpdgdoaa | 
| 説明 | Create text completions/edits, and generate images easily with a prompt. | 
| ファイルサイズ | 104 KB | 
| インストール数 | 7,760 | 
| 現在のバージョン | 1.2.3 | 
| 最終更新日 | 2023-03-17 | 
| 公開日 | 2023-01-27 | 
| 評価 | 2.89/5 合計 9 レビュー | 
| 開発者 | Airdik | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| ヘルプページのURL | https://www.buymeacoffee.com/Airdik | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GeePeeTee - OpenAi ChatGPT + Image assistant",
    "version": "1.2.3",
    "description": "Create text completions\/edits, and generate images easily with a prompt.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/extension-icon.png",
            "24": "assets\/extension-icon.png",
            "32": "assets\/extension-icon.png"
        },
        "default_title": "GeePeeTee",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space",
                "windows": "Ctrl+Shift+Space",
                "chromeos": "Ctrl+Shift+Space",
                "linux": "Ctrl+Shift+Space"
            }
        }
    },
    "manifest_version": 3
}  |  |