ChatGPT Plus

Paste powerful prompt in chatGPT with easy step

ChatGPT Plusとは何ですか?

ChatGPT Plusはgreedy0101によって開発されたChromeの拡張機能で、その主な機能は「Paste powerful prompt in chatGPT with easy step」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Introducing our latest innovation - the prompt extension for chatGPT. With this extension, users can receive powerful prompts and improve their writing skills by revising and refining their responses.

With this extension, you can unleash your creativity and express yourself more effectively than ever before. Its personalized prompts and adaptive learning capabilities ensure that you get the most out of your writing experience.

So why wait? Download the prompt extension for chatGPT today and start improving your writing skills in a matter of minutes. With its powerful features and intuitive design, it's the ultimate writing assistant for anyone who wants to succeed in today's fast-paced digital world.                    

拡張機能の基本情報

名前 ChatGPT Plus ChatGPT Plus
ID ehpjephpbgcihnmdapkcbpnfmkdpgbid
公式URL https://chromewebstore.google.com/detail/chatgpt-plus/ehpjephpbgcihnmdapkcbpnfmkdpgbid
説明 Paste powerful prompt in chatGPT with easy step
ファイルサイズ 9.97 MB
インストール数 37
現在のバージョン 1.1
最終更新日 2023-03-22
公開日 2023-03-13
開発者 greedy0101
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Plus",
    "version": "1.1",
    "description": "Paste powerful prompt in chatGPT with easy step",
    "manifest_version": 3,
    "icons": {
        "32": ".\/Icon32.png",
        "128": ".\/Icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ]
}