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
官方網址 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": [
                ""
            ]
        }
    ]
}