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”。
擴展截圖
下載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 |
ID | hgmbogoneaidjknimjmnpgjgeppgckfj |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |