ZenSearch

ZenSearch - Search the web, and get your results fast

ZenSearchคืออะไร?

ZenSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zensearch.online และคุณลักษณะหลักของมันคือ "ZenSearch - Search the web, and get your results fast"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ZenSearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ZenSearch - Light and minimal new tab that allows you to search quickly and navigate easily to your favorite, recently visited sites.

For more information please visit: https://zensearch.online
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the ZenSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://zensearch.online/web/terms_of_use and privacy policy at https://zensearch.online/web/privacy_policy.

The extension will update your new-tab search engine to be powered by Bing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZenSearch ZenSearch
ID ccclcgoicfgcjdlojiamokegmckobaif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif
คำอธิบาย ZenSearch - Search the web, and get your results fast
ขนาดไฟล์ 520 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-09-07
วันที่เผยแพร่ 2021-06-15
คะแนน 4.85/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://zensearch.online
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zensearch.online
URL หน้านโยบายความเป็นส่วนตัว https://zensearch.online/web/privacy_policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ZenSearch",
    "name": "ZenSearch",
    "short_name": "zensearch",
    "version": "1.1.1",
    "manifest_version": 3,
    "description": "ZenSearch - Search the web, and get your results fast",
    "homepage_url": "https:\/\/zensearch.online",
    "omnibox": {
        "keyword": "ze"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        }
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "topSites",
        "storage"
    ]
}