add-as-search-engine

Add as Search Engine - Chrome Extensions Collection

A collection of simple Chrome extensions that add popular AI services as search engines with custom keywords. Each extension allows you to quickly search a specific service directly from your address bar without making it your default search engine.

Available Extensions

πŸ€– ChatGPT Search Engine

🎭 Claude AI Search Engine

πŸ” Perplexity AI Search Engine

πŸš€ Microsoft Copilot Search Engine

✨ Google Gemini Search Engine

How to Install Any Extension

  1. Download or clone this repository
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable β€œDeveloper mode” (toggle in top right)
  4. Click β€œLoad unpacked”
  5. Select the folder of the extension you want to install
  6. The extension will be installed and the search engine will be available

How to Use

After installing an extension:

  1. Type the keyword (e.g., chat or claude) in your Chrome address bar
  2. Press Tab or Space
  3. Type your search query
  4. Press Enter to search that service directly

Repository Structure

add-as-search-engine/
β”œβ”€β”€ README.md                     # This file
β”œβ”€β”€ INSTALLATION.md               # Installation guide
β”œβ”€β”€ TEMPLATE.md                   # Template for new extensions
β”œβ”€β”€ chatgpt-search-extension/     # ChatGPT search extension
β”‚   β”œβ”€β”€ manifest.json
β”‚   β”œβ”€β”€ README.md
β”‚   └── icons/
β”œβ”€β”€ claude-search-extension/      # Claude AI search extension
β”‚   β”œβ”€β”€ manifest.json
β”‚   β”œβ”€β”€ README.md
β”‚   └── icons/
β”œβ”€β”€ perplexity-search-extension/  # Perplexity AI search extension
β”‚   β”œβ”€β”€ manifest.json
β”‚   β”œβ”€β”€ README.md
β”‚   └── icons/
β”œβ”€β”€ copilot-search-extension/     # Microsoft Copilot search extension
β”‚   β”œβ”€β”€ manifest.json
β”‚   β”œβ”€β”€ README.md
β”‚   └── icons/
└── gemini-search-extension/      # Google Gemini search extension
    β”œβ”€β”€ manifest.json
    β”œβ”€β”€ README.md
    └── icons/

Contributing

To add a new search engine extension:

  1. Create a new folder: {service-name}-search-extension/
  2. Add a manifest.json with the search provider configuration
  3. Include a README.md with specific instructions
  4. Update this main README with the new extension info

Notes