SearchNox

SearchNox - Search the web from your browser

SearchNoxคืออะไร?

SearchNox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย inovatec.ext และคุณลักษณะหลักของมันคือ "SearchNox - Search the web from your browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SearchNox

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}