Omnifinder

A customizable search engine that combines them all.

Что такое Omnifinder?

Omnifinder - это расширение Chrome, разработанное https://omnifinder.com, и его основная функция - "A customizable search engine that combines them all.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Omnifinder

Скачайте файлы расширений Omnifinder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        - 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)                    

Основная информация о расширении

Название Omnifinder Omnifinder
ID ecmipeblhclmbklgalmpgilfonejhlgb
Официальный URL https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb
Описание A customizable search engine that combines them all.
Размер файла 10.17 KB
Количество установок 2,691
Текущая Версия 2.8
Последнее Обновление 2017-01-24
Дата публикации 2017-01-24
Рейтинг 3.50/5 Всего 60 оценок
Разработчик https://omnifinder.com
Тип оплаты free
Официальный сайт расширения http://omnifinder.com
Поддерживаемые языки 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\/"
}