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
Eメール [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": [
                ""
            ]
        }
    ]
}