https://github.com/sidmohan0/snap-prompt
Google Chrome extension for taking a snapshot of a prompt shown on an image or video still
https://github.com/sidmohan0/snap-prompt
Last synced: 9 months ago
JSON representation
Google Chrome extension for taking a snapshot of a prompt shown on an image or video still
- Host: GitHub
- URL: https://github.com/sidmohan0/snap-prompt
- Owner: sidmohan0
- Created: 2023-01-06T08:46:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T08:58:37.000Z (over 3 years ago)
- Last Synced: 2025-09-26T12:02:25.684Z (9 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snap-prompt
Snapprompt
## Overview
Snapprompt is a Chrome extension that allows users to take a snapshot of an image or video and extract the text from it using OpenAI's API. The extracted text is displayed in a code block and can be copied to the clipboard.
## User Goals
Easily extract text from images and videos
Copy the extracted text to the clipboard
## User Stories
As a user, I want to be able to take a snapshot of an image or video, so that I can extract the text from it.
As a user, I want to be able to copy the extracted text to the clipboard, so that I can easily paste it into another document.
## Technical Requirements
Chrome extension that can be installed from the Chrome Web Store
Ability to take a snapshot of the current tab using the Chrome tabs API
Use of OpenAI's API to extract text from images
UI for displaying the extracted text in a code block and adding a copy button
## Technical Constraints
Only works in the Chrome browser
Requires an internet connection to use the OpenAI API
## Assumptions
The user has a valid OpenAI API key
The user is running the latest version of Chrome