ZenSearch

ZenSearch - Search the web, and get your results fast

什麼是ZenSearch?

ZenSearch是由https://zensearch.online開發的Chrome擴展程式,該擴展的主要功能是“ZenSearch - Search the web, and get your results fast”。

擴展截圖

screenshot

下載ZenSearch擴展crx文件

下載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
官方網址 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"
    ]
}