OmniSearch

Get fast access to search results each time you open your Chrome browser.

What is OmniSearch?

OmniSearch is a Chrome extension developed by omnisearch, and its main feature is "Get fast access to search results each time you open your Chrome browser.".

Extension Screenshots

screenshot

Download OmniSearch Extension CRX File

Download OmniSearch 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

                        This extension set omnibox search to Yahoo search engine.
When you make a search through omnibox, it redirect search to Yahoo search engine.                    

Extension Basic Information

Name OmniSearch OmniSearch
ID djgflnccplcmifemnpgnkkdblihncpmm
Official URL https://chromewebstore.google.com/detail/omnisearch/djgflnccplcmifemnpgnkkdblihncpmm
Description Get fast access to search results each time you open your Chrome browser.
File Size 296 KB
Installation Count 110,600
Current Version 1.0.3
Last Updated 2022-05-24
Publish Date 2021-12-20
Developer omnisearch
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.adaware.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Lavasoft",
    "background": {
        "service_worker": "js\/background.js"
    },
    "default_locale": "en",
    "description": "Get fast access to search results each time you open your Chrome browser.",
    "icons": {
        "36": "img\/icon_36.png",
        "128": "img\/icon_128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Default Search",
            "keyword": "defaultsearch.co",
            "search_url": "https:\/\/defaultsearch.co\/?sp=11&q={searchTerms}",
            "favicon_url": "https:\/\/in.adaware.com\/chrome_extension\/icon19.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "OmniSearch",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/flow.lavasoft.com\/*",
        "https:\/\/defaultsearch.co\/*",
        "https:\/\/in.adaware.com\/*"
    ],
    "short_name": "OmniSearch",
    "version": "1.0.3"
}