AI Prompt Spark
Enjoy more productive AI interactions with AI Prompt Spark!
The Ultimate Prompt Command Center.
AI Prompt Spark is a Chrome extension for managing and executing reusable AI prompts. Ideal for productivity, customer support, marketing, or software development teams.
Key Features
Prompt Management
- Variables: Use
{{variableName}}
in your prompt text - On usage, users will be prompted to input variable values
- Final text is copied to clipboard and optionally pasted to active input
Context Menu Integration
- Select any text on a webpage
- Right-click → “Save as New Prompt”
- Instantly opens the fullscreen modal with selected text pre-filled
Data Storage
- Prompts and categories are stored locally via
chrome.storage.local
- Supports export/import of prompt JSON for backup or sharing
Theme Support
- Toggle between Light and Dark themes
- Automatically applied on next use
Quick Start Guide – AI Prompt Spark
1. Install the Extension
- Download and install directly from the Chrome Web Store (search "AI Prompt Spark").
2. Using AI Prompt Spark
- Click the AI Prompt Spark icon in your Chrome toolbar to open the popup.
- Highlight any text on a webpage, right-click, and select “Save as New Prompt” to save it quickly.
- Click “Full Screen” for a larger, distraction-free prompt management view.
3. Create or Use a Prompt
- Click
“New Prompt” → Enter title, description, text (with
{{variables}}
if needed), and assign a category. - Click any saved prompt → Enter variable values → Prompt is copied to clipboard and optionally pasted into focused input.
4. Settings & Backup
- Click “Settings”:
- Toggle light/dark mode
- Enable paste-to-input
- Export/import prompt data
- Clear all prompts
Interface Elements
🔹 Popup UI
- Header Buttons:
-
New Prompt
→ Opens modal to add a new prompt -
New Category
→ Organize prompts with labels -
Full Screen
→ Expands to fullscreen management -
Settings
→ Configure theme and data options - Sidebar:
- Lists categories, including All Prompts and No Category
- Add/Delete/Rename categories
- Click category to filter displayed prompts
- Main Area:
- Search Bar: Filters prompts by title or description
- Prompt Cards: Each includes title, description, edit/delete buttons
🔹 Fullscreen UI
- Same functionality as the popup but more space for productivity
🔹 Settings Menu
- Accessible via the Settings button in the header
- Options include:
- Toggle light/dark theme
- Enable/disable pasting into focused input fields
- Export all saved prompts to a
.json
file - Import prompts from a previously exported
.json
file - Clear all prompts and categories
Advanced
Pro Features (Planned or Optional)
- Ads are conditionally shown only to non-Pro users (currently disabled)
Permissions Used
-
storage
,contextMenus
,scripting
,activeTab
- Required for saving prompts, injecting text, managing right-click menu, etc.