No description
  • JavaScript 90.4%
  • CSS 6.1%
  • TypeScript 3.1%
  • HTML 0.3%
Find a file
dependabot[bot] 96d76c43b3 build(deps): bump form-data from 4.0.0 to 4.0.4
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.4.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.0...v4.0.4)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-13 09:18:44 +02:00
icons feat: Add AI-driven search enhancement to Google Search 2024-08-10 23:11:06 +02:00
.gitignore feat: Add AI-driven search enhancement to Google Search 2024-08-10 23:11:06 +02:00
content-script.js feat(api): update OpenAI library to improve functionality and support for new features 2025-04-29 04:12:42 +02:00
input.css feat: Add AI-driven search enhancement to Google Search 2024-08-10 23:11:06 +02:00
justfile feat: Add AI-driven search enhancement to Google Search 2024-08-10 23:11:06 +02:00
main.ts feat(api): update OpenAI library to improve functionality and support for new features 2025-04-29 04:12:42 +02:00
manifest.json feat(options): add model selection to user settings 2025-04-17 17:50:52 +02:00
options.html feat(options): add model selection to user settings 2025-04-17 17:50:52 +02:00
options.js feat(api): update OpenAI library to improve functionality and support for new features 2025-04-29 04:12:42 +02:00
package.json feat(api): update OpenAI library to improve functionality and support for new features 2025-04-29 04:12:42 +02:00
pnpm-lock.yaml build(deps): bump form-data from 4.0.0 to 4.0.4 2025-08-13 09:18:44 +02:00
README.md feat: Add AI-driven search enhancement to Google Search 2024-08-10 23:11:06 +02:00
style.css fix(ui): adjust div height and class clean-up 2024-08-14 16:44:27 +02:00
tailwind.config.js feat: Add AI-driven search enhancement to Google Search 2024-08-10 23:11:06 +02:00

CLUGSAI (Clear Lightweight Untracked Google Search AI)

1. Introduction

CLUGSAI is a lightweight Chrome extension designed to enhance your Google Search experience by integrating AI-powered assistance directly into the search results page. It is built with privacy in mind, ensuring no unnecessary data tracking while providing clear and concise answers to your queries.

2. Features

  • AI Integration: Get quick, AI-generated responses alongside your Google Search results.
  • Lightweight and Efficient: Minimal impact on browsing speed and system resources.
  • Customizable: Easily configure your API key via the extension's options page.

3. Installation

  1. Download: Clone or download the repository to your local machine.
  2. Load the Extension:
    • Open Chrome and go to chrome://extensions/.
    • Enable "Developer mode" in the top right corner.
    • Click "Load unpacked" and select the directory where the extension is located.
  3. Permissions: The extension requires access to storage for saving your API key.

4. Usage

  1. Set Up API Key:
    • Navigate to the extension's options page.
    • Enter your OpenAI API key and click "Save".
  2. Search with Google:
    • Perform a Google search as usual.
    • View AI-powered responses directly on the search results page.

5. Development

Getting Started

  • Build the Project:
    • Use the just build command to compile the TypeScript files into a content script.
    • Use the just tailwind command to build the CSS styles with Tailwind.
  • Codebase Overview:
    • main.ts: Contains the logic for integrating AI responses into the search results.
    • options.html and options.js: Handles API key input and storage.
    • manifest.json: Defines the extension's settings and permissions.