ChatGPT Search v2: auto-send, quick search, and a c shortcut

ChatGPT Search v2: auto-send, quick search, and a c shortcut

  • 29 Jun 2026

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.

image

Available Extensions

  • Folder: chatgpt-search-extension/
  • Version: 2.0.1 β€” auto-send + manual c shortcut setup
  • Usage: One-time site search setup, then c + Tab + query, or quick search from popup
  • URL: https://chatgpt.com/?prompt=%s

🎭 Claude AI Search Engine

  • Folder: claude-search-extension/
  • Keyword: claude
  • Usage: Type claude in address bar β†’ Tab β†’ your query β†’ Enter
  • URL: Searches Claude AI directly

πŸ” Perplexity AI Search Engine

  • Folder: perplexity-search-extension/
  • Keyword: perplexity
  • Usage: Type perplexity in address bar β†’ Tab β†’ your query β†’ Enter
  • URL: Searches Perplexity AI directly

πŸš€ Microsoft Copilot Search Engine

  • Folder: copilot-search-extension/
  • Keyword: copilot
  • Usage: Type copilot in address bar β†’ Tab β†’ your query β†’ Enter
  • URL: Searches Microsoft Copilot directly

✨ Google Gemini Search Engine

  • Folder: gemini-search-extension/
  • Keyword: gemini
  • Usage: Type gemini in address bar β†’ Tab β†’ your query β†’ Enter
  • URL: Searches Google Gemini directly

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., c 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

  • These extensions do NOT change your default search engine
  • They add additional search engines that you can access via keywords
  • You may need to be logged into the respective services for searches to work
  • Icons are optional but recommended for better UX

Related Posts

ChatGPT Search v2: auto-send, quick search, and a c shortcut

ChatGPT Search v2: auto-send, quick search, and a c shortcut

  • 29 Jun 2026

# ChatGPT Search v2: auto-send, quick search, and a c shortcut **ChatGPT Search v2.0.1** is live on the [Chrome Web Store](https://chromewebstore.google.com/detail/chatgpt-search/apeckljcdhfjjanmjbce

Read More

Forge Online: a GitHub project dashboard without a database

  • 31 May 2026

# Forge Online: a GitHub project dashboard without a database I have too many GitHub repos and not enough context: which ones are active, which stalled, what the goal was, what to do next. **Forge On

Read More