Zearch

Your new, new tab page.

What is Zearch?

Zearch is a Chrome extension developed by https://zearch.remiix.ml, and its main feature is "Your new, new tab page.".

Extension Screenshots

screenshot

Download Zearch Extension CRX File

Download Zearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Zearch Zearch
ID cijoghafiooamfmhhhaioiibliecmdkm
Official URL https://chromewebstore.google.com/detail/zearch/cijoghafiooamfmhhhaioiibliecmdkm
Description Your new, new tab page.
File Size 74.17 KB
Installation Count 19
Current Version 1.2
Last Updated 2021-02-20
Publish Date 2021-02-17
Rating 5.00/5 Total 7 Ratings
Developer https://zearch.remiix.ml
Email [email protected]
Payment Type free
Extension Website https://zearch.remiix.ml
Help Page URL https://zearch.remiix.ml
Supported Languages 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"
    ]
}