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
- 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
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the folder of the extension you want to install
- The extension will be installed and the search engine will be available
How to Use
After installing an extension:
- Type the keyword (e.g.,
c or claude) in your Chrome address bar
- Press Tab or Space
- Type your search query
- 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:
- Create a new folder:
{service-name}-search-extension/
- Add a
manifest.json with the search provider configuration
- Include a
README.md with specific instructions
- 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