Omnifinder

A customizable search engine that combines them all.

O que é Omnifinder?

Omnifinder é uma extensão do Chrome desenvolvida por https://omnifinder.com, e sua principal característica é "A customizable search engine that combines them all.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Omnifinder

Baixe arquivos de extensão Omnifinder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Omnifinder Omnifinder
ID ecmipeblhclmbklgalmpgilfonejhlgb
URL Oficial https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb
Descrição A customizable search engine that combines them all.
Tamanho do Arquivo 10.17 KB
Contagem de Instalações 2,691
Versão Atual 2.8
Última Atualização 2017-01-24
Data de Publicação 2017-01-24
Classificação 3.50/5 Total de 60 Avaliações
Desenvolvedor https://omnifinder.com
Tipo de Pagamento free
Site da Extensão http://omnifinder.com
Idiomas Suportados 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\/"
}