SearchNox

SearchNox - Search the web from your browser

¿Qué es SearchNox?

SearchNox es una extensión de Chrome desarrollada por inovatec.ext, y su función principal es "SearchNox - Search the web from your browser".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SearchNox

Descarga archivos de extensión SearchNox en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SearchNox SearchNox
ID lkjilplbmdifcfichlfkllbdhokomehg
URL Oficial https://chrome.google.com/webstore/detail/searchnox/lkjilplbmdifcfichlfkllbdhokomehg
Descripción SearchNox - Search the web from your browser
Tamaño del Archivo 96.02 KB
Cantidad de Instalaciones 5,734
Versión Actual 1.0.4
Última Actualización 2022-11-07
Fecha de Publicación 2022-04-14
Desarrollador inovatec.ext
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.searchnox.com/
URL de la Página de Ayuda https://www.searchnox.com/
URL de la Página de Política de Privacidad https://www.inovatec.io/legal/privacy-policy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}