CrowdGPT - ChatGPT prompt sharing

Top prompts shared in ChatGPT

CrowdGPT - ChatGPT prompt sharingとは何ですか?

CrowdGPT - ChatGPT prompt sharingはhttps://crowdgpt.aiによって開発されたChromeの拡張機能で、その主な機能は「Top prompts shared in ChatGPT」です。

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

screenshot
screenshot
screenshot

CrowdGPT - ChatGPT prompt sharing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Looking for high-quality prompts to ask ChatGPT? With our extension, you can easily access the best ChatGPT prompts, curated by the community and upvoted by users.

☑️ Time-saving and efficient
With our extension, you can skip the tedious process of searching for quality prompts online. Instead, you can quickly find the most popular prompts that have been vetted by the community.

☑️ Crowdsourced and upvoted
Our community-based platform ensures that only the best prompts make it to the top. Users can vote on their favorite prompts, so you can be confident that you're getting the most popular and effective prompts.

☑️ Share with others
Our extension also allows you to easily share prompts with others. Whether you're working on a team or just want to share prompts with friends, our extension makes it simple.

☑️ Better ChatGPT answer
By using high-quality prompts, you can expect better answers from ChatGPT.

Download CrowdGPT Chrome Extension now and take your ChatGPT experience to the next level. (#crowd #GPT #prompt).                    

拡張機能の基本情報

名前 CrowdGPT - ChatGPT prompt sharing CrowdGPT - ChatGPT prompt sharing
ID hgmbogoneaidjknimjmnpgjgeppgckfj
公式URL https://chromewebstore.google.com/detail/crowdgpt-chatgpt-prompt-s/hgmbogoneaidjknimjmnpgjgeppgckfj
説明 Top prompts shared in ChatGPT
ファイルサイズ 4.59 MB
インストール数 872
現在のバージョン 1.2.2
最終更新日 2023-08-22
公開日 2023-04-04
評価 4.20/5 合計 5 レビュー
開発者 https://crowdgpt.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.crowdgpt.ai/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CrowdGPT - ChatGPT prompt sharing",
    "version": "1.2.2",
    "description": "Top prompts shared in ChatGPT",
    "icons": {
        "16": "\/icons\/icon-16x16.png",
        "48": "\/icons\/icon-48x48.png",
        "128": "\/icons\/icon-128x128.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "identity",
        "identity.email"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "css": [
                "\/main.css"
            ]
        }
    ]
}