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
官方網址 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
        }
    ]
}