Duck to Google
A Firefox browser extension that allows you to quickly switch from DuckDuckGo search results to Google search results.
Features
- Shows up as an icon in the address bar when you're on DuckDuckGo
- One-click transfer of your search query from DuckDuckGo to Google
- Preserves your original search query
- Works with back/forward navigation
Installation
From Firefox Add-ons Store
- Visit the Firefox Add-ons Store
- Click "Add to Firefox"
Manual Installation (Development)
- Download or clone this repository
- Open Firefox and go to
about:debugging - Click "This Firefox" on the left sidebar
- Click "Load Temporary Add-on"
- Navigate to the extension directory and select the
manifest.jsonfile
Usage
- Perform a search on DuckDuckGo
- If you're not satisfied with the results, click the "G" icon in your address bar
- The extension will automatically transfer your search to Google
Development
This extension is built using the WebExtensions API and requires no build process. The main components are:
manifest.json: Extension configurationbackground.js: Handles the URL transformationicons/: Contains the extension icons
Privacy
This extension:
- Only runs on DuckDuckGo search pages
- Does not collect any user data
- Does not track user behavior
- Only modifies the URL when explicitly clicked
License
MIT License - See LICENSE file for details