SearchNox

SearchNox - Search the web from your browser

Qu'est-ce que SearchNox ?

SearchNox est une extension Chrome développée par inovatec.ext, et sa fonction principale est "SearchNox - Search the web from your browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SearchNox

Téléchargez les fichiers d'extension SearchNox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SearchNox SearchNox
ID lkjilplbmdifcfichlfkllbdhokomehg
URL Officiel https://chrome.google.com/webstore/detail/searchnox/lkjilplbmdifcfichlfkllbdhokomehg
Description SearchNox - Search the web from your browser
Taille du Fichier 96.02 KB
Nombre d'Installations 5,734
Version Actuelle 1.0.4
Dernière Mise à Jour 2022-11-07
Date de Publication 2022-04-14
Développeur inovatec.ext
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.searchnox.com/
URL de la Page d'Aide https://www.searchnox.com/
URL de la Page de Politique de Confidentialité https://www.inovatec.io/legal/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}