Omnibox Search Manager

This extension lets you easily switch between search engines.

What is Omnibox Search Manager?

Omnibox Search Manager is a Chrome extension developed by IM doo, and its main feature is "This extension lets you easily switch between search engines.".

Extension Screenshots

screenshot

Download Omnibox Search Manager Extension CRX File

Download Omnibox Search Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Omnibox Search Manager extension allows you to manage your favourite search providers all in one place. The default search provider set by the extension is omnibox.bar  

How does it work?
1. Choose your desired search engine by right clicking on the extension icon
2. Search for any content you want from your address bar                    

Extension Basic Information

Name Omnibox Search Manager Omnibox Search Manager
ID fodbhhphiaobephkplgiacgfbfgipfdi
Official URL https://chrome.google.com/webstore/detail/omnibox-search-manager/fodbhhphiaobephkplgiacgfbfgipfdi
Description This extension lets you easily switch between search engines.
File Size 11.8 KB
Installation Count 331
Current Version 1.9.1
Last Updated 2019-10-08
Publish Date 2019-10-08
Rating 3.67/5 Total 3 Ratings
Developer IM doo
Email [email protected]
Payment Type free
Privacy Policy Page URL https://easysrch.com/ext-pp.html
Supported Languages en-US
manifest.json
{
    "author": "Omnibox Search Manager",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/128.png",
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png"
        },
        "default_title": "Omnibox Search Manager"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/easysrch.com\/safe-search.ico",
            "is_default": true,
            "keyword": "easysrch.com",
            "name": "Omnibox.bar",
            "search_url": "https:\/\/easysrch.com\/?vnd=1&q={searchTerms}"
        }
    },
    "description": "This extension lets you easily switch between search engines.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49.0",
    "name": "Omnibox Search Manager",
    "short_name": "Omnibox.bar Search",
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/easysrch.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9.1"
}