WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Quick Engine Switch

Quick Engine Switch

View on Chrome Web Store
View Quick Engine Switch Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
14 views
This extension has been viewed 14 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.

Quick Engine Switch lets you instantly switch between search engines with one click for a smoother search experience
Type
Extension
Users
10,000 users
6K
John Treacy
View author page of John Treacy
Published
Published on May 19, 2025
Version 0.1
Manifest version
3
Updated
Updated on May 19, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Quick Engine Switch 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:\/\/quickengineswitch.com\/favicon.ico",
            "is_default": true,
            "keyword": "search",
            "name": "Engine",
            "search_url": "https:\/\/quickengineswitch.com\/ext\/search?src=default&q={searchTerms}"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "redirectRules",
                "path": "redirect-rules.json"
            }
        ]
    },
    "description": "Quick Engine Switch lets you instantly switch between search engines with one click for a smoother search experience",
    "host_permissions": [
        "https:\/\/quickengineswitch.com\/*"
    ],
    "icons": {
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "Quick Engine Switch",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "default_locale": "en",
    "version": "0.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