WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Search Toggler

Search Toggler

View on Chrome Web Store
View Search Toggler Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
11 views
This extension has been viewed 11 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A simple and intuitive Chrome extension that allows you to easily switch between your favorite search engines
Type
Extension
Users
10,000 users
5K
John Treacy
View author page of John Treacy
Published
Published on May 21, 2025
Version 1.1
Manifest version
3
Updated
Updated on May 21, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Search Toggler Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "32": "images\/icon_32.png",
            "64": "images\/icon_64.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/searchtoggler.com\/favicon.ico",
            "is_default": true,
            "keyword": "search",
            "name": "Engine",
            "search_url": "https:\/\/searchtoggler.com\/ext\/search?src=default&q={searchTerms}"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "redirectRules",
                "path": "redirect-rules.json"
            }
        ]
    },
    "description": "A simple and intuitive Chrome extension that allows you to easily switch between your favorite search engines",
    "host_permissions": [
        "https:\/\/searchtoggler.com\/*"
    ],
    "icons": {
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "Search Toggler",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "default_locale": "en",
    "version": "1.1"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top