WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Snack it: Image to AI Prompt

Snack it: Image to AI Prompt

View on Chrome Web Store
View Snack it: Image to AI Prompt Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (12 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

See it→Snack it→Prompt it!⚡ Stop losing inspiration. Save images, organize moodboards & generate powerful AI prompts in one click.
Type
Extension
Users
701 users
5
Website snackprompt.com
snackpromptcom
View author page of snackpromptcom
Published
Published on June 30, 2025
Version 1.6.3
Manifest version
3
Updated
Updated on August 13, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Snack it: Image to AI Prompt Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Snack it: Image to AI Prompt",
    "description": "See it\u2192Snack it\u2192Prompt it!\u26a1 Stop losing inspiration. Save images, organize moodboards & generate powerful AI prompts in one click.",
    "version": "1.6.3",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "sidePanel",
        "clipboardWrite"
    ],
    "host_permissions": [
        "<all_urls>",
        "https:\/\/snackprompt.com\/*",
        "https:\/\/api-integrations.snackprompt.com\/*",
        "https:\/\/api-integrations-release.snackprompt.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sp-small.svg",
                "bite.svg",
                "connect_footer.png",
                "list-selector.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "content-scripts\/content.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Snack Bite",
        "default_popup": "popup.html"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/snackprompt.com\/auth\/plugin*"
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/auth.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top