Users can easily switch between private and public modes using a toggle button. This allows for flexible privacy settings when generating images. The private mode ensures that the generated images are not accessible to anyone else, while the public mode allows users to share their images with others.
The extension saves generated images to an image history with extensive metadata. Users can view their past images, which includes details like the type (private/public), prompt used, and timestamps of creation. The history can be filtered by visibility (private or public) and searched by prompt. This feature enables users to keep track of their previous generations and easily access them whenever needed.
An AI-enhanced batch generator allows users to run multiple generations in parallel. This feature utilizes custom prompts to enhance the generation process, making it efficient for users who want to create several images at once. The batch generator also allows users to set specific parameters for each generation, such as image size and quality, giving them more control over the output.
The extension includes a dark mode feature that can be toggled on or off, providing a comfortable viewing experience in low-light conditions. The dark mode adjusts the color scheme of the extension to reduce eye strain and improve readability.
A search button enables users to filter through their image history based on prompts. This makes it easy to find specific runs or images that were previously generated. The search functionality also supports partial matches, allowing users to find images even if they don't remember the exact prompt used.
- Visit the Chrome Web Store (link coming soon)
- Click "Add to Chrome"
- Click "Add Extension" when prompted
- Download this repository or clone it:
git clone https://github.com/i12bp8/glif-tools.git
- Open Chrome/Edge/Brave browser
- Go to Extensions page (
chrome://extensions
,edge://extensions
, orbrave://extensions
) - Enable "Developer mode" in the top right corner
- Click "Load unpacked"
- Select the downloaded/cloned glif-tools folder
- Initial release
- Added Private/Public Toggles
- Added Image History
- Added Batch Generator
- Added Dark Mode
- Added Search Functionality
We welcome your suggestions for new features or improvements! If you have an idea, please create a new issue in our GitHub repository:
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you encounter any issues or have questions, please:
- Check the Issues page
- Create a new issue if your problem isn't already listed
Made with ❤️ by I12BP8