Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bouzianeaminepro/helpmeai
Helpmeai is for your daily use opensource ai, Ollama only for now.
https://github.com/bouzianeaminepro/helpmeai
chrome-extension extension ollama preact
Last synced: 11 days ago
JSON representation
Helpmeai is for your daily use opensource ai, Ollama only for now.
- Host: GitHub
- URL: https://github.com/bouzianeaminepro/helpmeai
- Owner: BouzianeAminePro
- License: mit
- Created: 2024-12-06T21:13:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T19:32:14.000Z (11 days ago)
- Last Synced: 2025-01-22T20:27:24.405Z (11 days ago)
- Topics: chrome-extension, extension, ollama, preact
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/helpmeai-ollama/mgdcmjmhmkncdddmckcgdcogpnlidagc?hl=fr&utm_source=ext_sidebarhttps://chromewebstore.google.com/detail/helpmeai-ollama/mgdcmjmhmkncdddmckcgdcogpnlidagc?hl=fr&utm_source=ext_sidebar
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helpmeai Chrome Extension
## Overview
Helpmeai is a Chrome extension designed to enhance your daily interactions with AI. It allows users to generate prompts, copy responses, and clear messages seamlessly. The extension communicates with a local server to fetch AI-generated responses based on user input.
## Features
- **Generate Prompts**: Users can generate prompts using predefined types.
- **Copy Responses**: Easily copy AI responses to the clipboard.
- **Clear Messages**: Clear the current message and response with a single click.
- **Real-time Updates**: The extension listens for changes in local storage to update the UI dynamically.## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/helpmeai-extension.git
cd helpmeai-extension
```2. Load the extension in Chrome:
- Open Chrome and navigate to `chrome://extensions/`.
- Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the directory where the extension files are located.## Usage
- After installing the extension, you will see a button in the top right corner of your browser.
- Click the button to open the popup interface.
- Enter your message and select a prompt type to generate a response.
- Use the "Copy" button to copy the response to your clipboard.
- Click "Clear" to reset the message and response fields.## Files Structure
- `src/App.jsx`: Main Preact component for the extension's popup interface.
- `public/content.js`: Content script that interacts with web pages.
- `public/background.js`: Background script that handles messages and storage.
- `public/manifest.json`: Configuration file for the Chrome extension.## Dependencies
- Preact
- Chrome APIs## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Thanks to the open-source community for their contributions and support.