SearchNox

SearchNox - Search the web from your browser

Apa itu SearchNox?

SearchNox adalah ekstensi Chrome yang dikembangkan oleh inovatec.ext, dan fitur utamanya adalah "SearchNox - Search the web from your browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SearchNox

Unduh file ekstensi SearchNox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SearchNox SearchNox
ID lkjilplbmdifcfichlfkllbdhokomehg
URL Resmi https://chrome.google.com/webstore/detail/searchnox/lkjilplbmdifcfichlfkllbdhokomehg
Deskripsi SearchNox - Search the web from your browser
Ukuran File 96.02 KB
Jumlah Instalasi 5,734
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2022-11-07
Tanggal Publikasi 2022-04-14
Pengembang inovatec.ext
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.searchnox.com/
URL Halaman Bantuan https://www.searchnox.com/
URL Halaman Kebijakan Privasi https://www.inovatec.io/legal/privacy-policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}