SearchNox

SearchNox - Search the web from your browser

Vad är SearchNox?

SearchNox är en Chrome-tillägg utvecklad av inovatec.ext, och dess huvudfunktion är "SearchNox - Search the web from your browser".

Tilläggsskärmbilder

screenshot

Ladda ner SearchNox-förlängningens CRX-fil

Ladda ner SearchNox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SearchNox SearchNox
ID lkjilplbmdifcfichlfkllbdhokomehg
Officiell webbadress https://chrome.google.com/webstore/detail/searchnox/lkjilplbmdifcfichlfkllbdhokomehg
Beskrivning SearchNox - Search the web from your browser
Filstorlek 96.02 KB
Antal Installationer 5,734
Aktuell Version 1.0.4
Senast Uppdaterad 2022-11-07
Publiceringsdatum 2022-04-14
Utvecklare inovatec.ext
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.searchnox.com/
Hjälpsida URL https://www.searchnox.com/
URL till Sekretesspolicy Sidan https://www.inovatec.io/legal/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}