Description from extension meta
A simple inventory for your prompts - saved in your own Google Drive.
Image from store
Description from store
This Chrome extension, Prompt Kit, is designed to help users manage, edit, and store custom prompts efficiently within a sleek and intuitive UI. Users can add, delete, and update prompt entries, which include a title and prompt body. It supports clipboard integration for quick text extraction and copying, while also allowing expansion and collapse of individual prompts for better readability. All data is saved directly to the user’s Google Drive, ensuring persistent storage across sessions. The interface leverages modern React practices for responsive, state-driven interactivity, while icons provide visual clarity for actions like saving, editing, or removing prompts.
The extension uses the Google Drive API for secure, authenticated storage via OAuth tokens handled by Chrome's identity API. Files are saved in JSON format under the user's personal Drive, ensuring that only the authenticated user has access to their data. No data is stored locally, and changes are synced directly to Drive using secure HTTPS requests. Thanks to Google Drive’s built-in encryption and access controls, user data is protected both at rest and in transit. This makes the extension a safe and reliable tool for managing prompt content with strong data integrity and privacy guarantees.