Releases: vididvidid/SelectToSearch
Releases · vididvidid/SelectToSearch
v1.0.0
🚀 What’s Inside
This release contains:
- Chrome Extension – downloadable and ready to use
- Website Build – deployable on Cloudflare Workers
For Google Search, the ImgBB API key is used by default. It currently includes mine, since it’s temporary and there’s no sensitive data to steal, but you should use your own.
🧩 Chrome Extension
You can load the extension manually in Chrome:
- Download and unzip the
extension.zipfile from the Assets below. - Open Chrome → go to
chrome://extensions/. - Enable Developer Mode (toggle in the top-right).
- Click Load unpacked.
- Select the unzipped folder that contains the
manifest.json. - The extension will now appear in your Chrome toolbar. 🎉
🌐 Website
The website build is included in website.zip.
- It is designed to run on Cloudflare Workers.
- To run it locally, you may need to use Wrangler, Cloudflare’s developer tool.
- Documentation: Wrangler Quickstart
Further setup details will be added in future releases as we refine deployment.
📦 Assets
extension.zip– Chrome extension buildwebsite.zip– Website build for Cloudflare Workers