Skip to content

Releases: vididvidid/SelectToSearch

v1.0.0

13 Sep 16:03
ee7e04a

Choose a tag to compare

🚀 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:

  1. Download and unzip the extension.zip file from the Assets below.
  2. Open Chrome → go to chrome://extensions/.
  3. Enable Developer Mode (toggle in the top-right).
  4. Click Load unpacked.
  5. Select the unzipped folder that contains the manifest.json.
  6. 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 build
  • website.zip – Website build for Cloudflare Workers