Omnifinder

A customizable search engine that combines them all.

What is Omnifinder?

Omnifinder is a Chrome extension developed by https://omnifinder.com, and its main feature is "A customizable search engine that combines them all.".

Extension Screenshots

screenshot
screenshot

Download Omnifinder Extension CRX File

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

                        - Directly search on the most useful websites !
- Dozens of search engines available in 1 click
- Smart search suggestions
- Fully customizable layout
- Colorful themes
- Right-click context menu integration
- New tab page replacement (optional)
- No recording of your searches
- DuckDuckGo support (prevents tracking)                    

Extension Basic Information

Name Omnifinder Omnifinder
ID ecmipeblhclmbklgalmpgilfonejhlgb
Official URL https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb
Description A customizable search engine that combines them all.
File Size 10.17 KB
Installation Count 2,691
Current Version 2.8
Last Updated 2017-01-24
Publish Date 2017-01-24
Rating 3.50/5 Total 60 Ratings
Developer https://omnifinder.com
Payment Type free
Extension Website http://omnifinder.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnifinder",
    "version": "2.8",
    "description": "A customizable search engine that combines them all.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "find.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": [],
    "permissions": [
        "contextMenus",
        "http:\/\/omnifinder.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "option.html",
        "is_installed.js"
    ],
    "homepage_url": "http:\/\/omnifinder.com\/"
}