This Chrome extension automatically redirects your Google searches to the classic web-only version of Google Search.
- Web Only Google Search: Automatically redirects your Google searches to the classic web-only version.
- Dynamic Search: The extension only works when the search query changes, allowing the user to switch to any other search type within the same query.
- Toggle Feature: Easily enable or disable the extension with a single click from the extension icon.
You can install the extension from the respective browsers' Web Store or follow these steps for local development:
- Clone the repository:
git clone
-
Open Chrome and navigate to
chrome://extensions/
. -
Enable
Developer mode
in the top right corner. -
Click on
Load unpacked
and select the cloned repository folder.
manifest.json
: Contains metadata about the extension, including permissions, icons, and scripts.content.js
: Handles the content script that interacts with Google Search pages.service_worker.js
: Manages the extension behavior in the background, including badge text and color.
Contributions are welcome! Here's how you can get involved:
- Fork the repository and create your branch from
master
. - Make your changes and test thoroughly.
- Open a pull request, describing the changes you made.
- Discuss your changes with the community.
Please follow our Code of Conduct when contributing.