The best way to search for anything on Google ✨
The b̶e̶s̶t̶ way to search for anything on Google ✨
Gemi Slice is a Chrome extension designed to enhance your programming workflow. It automatically generates and displays relevant code snippets directly in your Google search results whenever you perform a programming-related query. With features like instant code copying, code explanation via text-to-speech, and the ability to regenerate snippets, this extension saves you time and helps you better understand the code you’re working with. Perfect for both learners and experienced developers, Gemini Snippet on Search makes coding more accessible and efficient.
- Install the extension from the Chrome Web Store.
- Enable the extension in your Chrome browser.
- Perform a search related to programming on Google.
- View the relevant code snippets directly in your search results.
- Use the copy feature to quickly add the code to your project.
Or just press . key
git clone https://github.com/snapverse/gemi-slices.git
# or
gh repo clone snapverse/gemi-slices
npm i -g pnpm
pnpm i
# extension
# the build process will create a dist directory; just select that folder
# at chrome://extensions with developer mode on
# each rebuild may require a forced refresh
pnpm run build:chrome
# api
# go to 0.0.0.0:[PORT]/docs to see the Swagger documentation
pnpm run api:develop
To uninstall the Gemi Slice extension:
- Go to
chrome://extensions
in your Chrome browser. - Find the Gemi Slice extension card.
- Click the
Remove
button to uninstall.
If you encounter any issues or have questions, feel free to open an issue on GitHub.
You can also reach out to our support team at support@example.com.
We are excited to see your contributions! Please read our contributing guidelines before submitting a pull request.
Check out the open pull requests and feel free to join the conversation!
🫡 Happy Coding!