ZenSearch

ZenSearch - Search the web, and get your results fast

ZenSearch là gì?

ZenSearch là một tiện ích mở rộng Chrome được phát triển bởi https://zensearch.online, và tính năng chính của nó là "ZenSearch - Search the web, and get your results fast".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ZenSearch

Tải xuống các tệp mở rộng ZenSearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZenSearch ZenSearch
ID ccclcgoicfgcjdlojiamokegmckobaif
URL Chính Thức https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif
Mô tả ZenSearch - Search the web, and get your results fast
Kích Thước Tệp 520 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-09-07
Ngày Phát Hành 2021-06-15
Đánh Giá 4.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://zensearch.online
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zensearch.online
URL Trang Chính Sách Bảo Mật https://zensearch.online/web/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}