SearchNox

SearchNox - Search the web from your browser

什么是SearchNox?

SearchNox是由inovatec.ext开发的Chrome扩展程序,该扩展的主要功能是“SearchNox - Search the web from your browser”。

扩展截图

screenshot

下载SearchNox扩展crx文件

下载SearchNox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SearchNox SearchNox
ID lkjilplbmdifcfichlfkllbdhokomehg
官方URL https://chrome.google.com/webstore/detail/searchnox/lkjilplbmdifcfichlfkllbdhokomehg
简介 SearchNox - Search the web from your browser
文件大小 96.02 KB
安装次数 5,734
当前版本 1.0.4
更新时间 2022-11-07
上架时间 2022-04-14
开发者 inovatec.ext
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.searchnox.com/
帮助页面URL https://www.searchnox.com/
隐私政策页面URL https://www.inovatec.io/legal/privacy-policy
支持的语言 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": [
                ""
            ]
        }
    ]
}