No description
- JavaScript 90.4%
- CSS 6.1%
- TypeScript 3.1%
- HTML 0.3%
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> |
||
|---|---|---|
| icons | ||
| .gitignore | ||
| content-script.js | ||
| input.css | ||
| justfile | ||
| main.ts | ||
| manifest.json | ||
| options.html | ||
| options.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| style.css | ||
| tailwind.config.js | ||
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
- Download: Clone or download the repository to your local machine.
- 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.
- Open Chrome and go to
- Permissions: The extension requires access to storage for saving your API key.
4. Usage
- Set Up API Key:
- Navigate to the extension's options page.
- Enter your OpenAI API key and click "Save".
- 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 buildcommand to compile the TypeScript files into a content script. - Use the
just tailwindcommand to build the CSS styles with Tailwind.
- Use the
- Codebase Overview:
main.ts: Contains the logic for integrating AI responses into the search results.options.htmlandoptions.js: Handles API key input and storage.manifest.json: Defines the extension's settings and permissions.