Zearch

Your new, new tab page.

什麼是Zearch?

Zearch是由https://zearch.remiix.ml開發的Chrome擴展程式,該擴展的主要功能是“Your new, new tab page.”。

擴展截圖

screenshot

下載Zearch擴展crx文件

下載Zearch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension is provides you with a elegant and simple new tab page. The new tab page includes a search bar that conveniently searches directly through your favourite search engines. Additionally the extension features an automatic weather and time system. More customisation is coming in the future. If you like this extension please rate it. 

Made with ❤ by littlegrapeguy and RemiixInc.                    

擴展基本資訊

名稱 Zearch Zearch
ID cijoghafiooamfmhhhaioiibliecmdkm
官方網址 https://chromewebstore.google.com/detail/zearch/cijoghafiooamfmhhhaioiibliecmdkm
簡介 Your new, new tab page.
檔案大小 74.17 KB
安裝次數 19
目前版本 1.2
更新時間 2021-02-20
上架時間 2021-02-17
評分 5.00/5 共 7 次評分
開發者 https://zearch.remiix.ml
電子郵箱 [email protected]
付費類型 free
擴展官網 https://zearch.remiix.ml
說明頁面URL https://zearch.remiix.ml
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zearch",
    "description": "Your new, new tab page.",
    "version": "1.2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ]
}