SearchNox

SearchNox - Search the web from your browser

O que é SearchNox?

SearchNox é uma extensão do Chrome desenvolvida por inovatec.ext, e sua principal característica é "SearchNox - Search the web from your browser".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SearchNox

Baixe arquivos de extensão SearchNox 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

                        SearchNox - Simple new tab that allows you to search by text and navigate easily through web.

By clicking "Add to chrome", I accept and agree to installing 'SearchNox' -  Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms Of Use and Privacy Policy

EULA: https://www.searchnox.com/eula
Privacy Policy: https://www.searchnox.com/privacy-policy

The extension will update your new tab settings and will change your search to be powered by Bing.                    

Informações Básicas da Extensão

Nome SearchNox SearchNox
ID lkjilplbmdifcfichlfkllbdhokomehg
URL Oficial https://chrome.google.com/webstore/detail/searchnox/lkjilplbmdifcfichlfkllbdhokomehg
Descrição SearchNox - Search the web from your browser
Tamanho do Arquivo 96.02 KB
Contagem de Instalações 5,734
Versão Atual 1.0.4
Última Atualização 2022-11-07
Data de Publicação 2022-04-14
Desenvolvedor inovatec.ext
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.searchnox.com/
URL da Página de Ajuda https://www.searchnox.com/
URL da Página de Política de Privacidade https://www.inovatec.io/legal/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "author": "SearchNox",
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "SearchNox - Search the web from your browser",
    "homepage_url": "https:\/\/www.searchnox.com",
    "icons": {
        "128": "icons\/128x128.png",
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png"
    },
    "manifest_version": 3,
    "name": "SearchNox",
    "permissions": [
        "tabs"
    ],
    "short_name": "SearchNox",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}