Omni Search

Add enhanced search options to the search bar and right click menu

What is Omni Search?

Omni Search is a Chrome extension developed by Diamondium Technologies, LLC, and its main feature is "Add enhanced search options to the search bar and right click menu".

Extension Screenshots

screenshot

Download Omni Search Extension CRX File

Download Omni Search 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

                        Add enhanced search options to the search bar and right click menu.  Select up to 15 services to search immediately, without needing to first visit that page's site.                    

Extension Basic Information

Name Omni Search Omni Search
ID khlgelgpghbdfngahnnnjbognacdjhga
Official URL https://chromewebstore.google.com/detail/omni-search/khlgelgpghbdfngahnnnjbognacdjhga
Description Add enhanced search options to the search bar and right click menu
File Size 318 KB
Installation Count 67
Current Version 1.0
Last Updated 2020-11-07
Publish Date 2020-11-07
Developer Diamondium Technologies, LLC
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omni Search",
    "version": "1.0",
    "description": "Add enhanced search options to the search bar and right click menu",
    "background": {
        "scripts": [
            "js\/omnisearch-common-MIN.js",
            "js\/background-MIN.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "omnibox": {
        "keyword": ".."
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon\/omni_search_16.png",
        "32": "images\/icon\/omni_search_32.png",
        "48": "images\/icon\/omni_search_48.png",
        "128": "images\/icon\/omni_search_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon\/omni_search_16.png",
            "24": "images\/icon\/omni_search_24.png",
            "32": "images\/icon\/omni_search_32.png",
            "48": "images\/icon\/omni_search_48.png",
            "128": "images\/icon\/omni_search_128.png"
        },
        "default_title": "OmniSearch Options"
    },
    "manifest_version": 2
}