ChatGPT - Snack Prompt

Discover the best AI prompts right inside ChatGPT from the top prompters on the internet

什么是ChatGPT - Snack Prompt?

ChatGPT - Snack Prompt是由https://snackprompt.com开发的Chrome扩展程序,该扩展的主要功能是“Discover the best AI prompts right inside ChatGPT from the top prompters on the internet”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ChatGPT - Snack Prompt扩展crx文件

下载ChatGPT - Snack Prompt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Introducing Snack Prompt for Google Chrome: The Ultimate AI-Powered Prompt Companion for Everyone



Unlock the full potential of AI with Snack Prompt, the game-changing extension designed to simplify and optimize your ChatGPT experience. With Snack Prompt, you'll have access to an extensive library of top prompts curated daily, as the community upvotes the best prompts for each industry, surfacing them to the top. This makes Snack Prompt the perfect partner for anyone looking to harness the power of AI. 🚀


Features:


⚡ One-Click Prompts: Instantly access a wide array of expertly curated prompts with just a single click.


🏆 Top Prompts of the Day: Stay up-to-date with the best and most popular prompts, right at your fingertips.


🗳️ Community Upvote System: Much like Product Hunt or Reddit, our community-driven platform surfaces the best prompts to the top.


💾 Save Prompts: Easily organize and manage your favorite prompts for future use.


🔍 Discover the Best Prompts in Seconds: Find the perfect prompt for your needs in no time, as the top prompts are surfaced to the top daily.


🤝 Follow Top Prompters: Stay connected with the leading minds in the prompt community and never miss their latest creations.


🌐 Share Prompts with Others: Collaborate and inspire others by sharing your favorite prompts.


Coming Soon:


💼 Prompt Market: Monetize your expertise by selling your custom prompts directly to your followers on Snack Prompt.


🌟 Unlockable Prompts: Gain exclusive access to premium prompts by following your favorite prompt creators on Snack Prompt.


👥 Collaboration & Team Features: Work together with your team by creating and sharing prompt lists for seamless collaboration on projects.


🔧 Customizable & Organizable Prompt Lists: Personalize your prompt experience by creating and organizing your own custom lists, ensuring you have the right prompts at your fingertips.


🏢 Prompts for Teams: Enhance collaboration and productivity within your team by sharing and managing prompts specifically designed for team projects.


Get started with Snack Prompt for Google Chrome today and explore the limitless possibilities AI has to offer! Transform the way you interact with ChatGPT and unleash your productivity like never before. 


Please note: Snack Prompt is an independent extension and is not affiliated with other ChatGPT extensions. For the best experience, please uninstall all other ChatGPT extensions before installing Snack Prompt. 

Learn More 👉 https://SnackPrompt.com                    

扩展基本信息

名称 ChatGPT - Snack Prompt ChatGPT - Snack Prompt
ID lgpdceoebipofiijjgpiedpfcdenkndi
官方URL https://chromewebstore.google.com/detail/chatgpt-snack-prompt/lgpdceoebipofiijjgpiedpfcdenkndi
简介 Discover the best AI prompts right inside ChatGPT from the top prompters on the internet
文件大小 33.13 KB
安装次数 27,446
当前版本 1.0.9
更新时间 2023-11-30
上架时间 2023-04-13
评分 4.72/5 共39次评分
开发者 https://snackprompt.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://SnackPrompt.com
帮助页面URL https://snack-prompt.canny.io/support
隐私政策页面URL https://app-dev.snackprompt.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT - Snack Prompt",
    "description": "Discover the best AI prompts right inside ChatGPT from the top prompters on the internet",
    "version": "1.0.9",
    "action": {
        "default_icon": "src\/assets\/icon.png",
        "default_popup": "src\/browser\/popup\/index.html"
    },
    "icons": {
        "16": "src\/assets\/icon.png",
        "48": "src\/assets\/icon.png",
        "128": "src\/assets\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.0b7db876.1859acd2.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "assets\/icon.39e29302.svg",
                "assets\/chunk-QIZ4XBKF.41251088.js",
                "assets\/constants.7591f6cc.js",
                "assets\/index.ts.0b7db876.js"
            ],
            "use_dynamic_url": true
        }
    ]
}