SearchNox

SearchNox - Search the web from your browser

What is SearchNox?

SearchNox is a Chrome extension developed by inovatec.ext, and its main feature is "SearchNox - Search the web from your browser".

Extension Screenshots

screenshot

Download SearchNox Extension CRX File

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

                        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.                    

Extension Basic Information

Name SearchNox SearchNox
ID lkjilplbmdifcfichlfkllbdhokomehg
Official URL https://chrome.google.com/webstore/detail/searchnox/lkjilplbmdifcfichlfkllbdhokomehg
Description SearchNox - Search the web from your browser
File Size 96.02 KB
Installation Count 5,734
Current Version 1.0.4
Last Updated 2022-11-07
Publish Date 2022-04-14
Developer inovatec.ext
Email [email protected]
Payment Type free
Extension Website https://www.searchnox.com/
Help Page URL https://www.searchnox.com/
Privacy Policy Page URL https://www.inovatec.io/legal/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}