Ezee Tab Search

Resourceful New Tab Page

What is Ezee Tab Search?

Ezee Tab Search is a Chrome extension developed by EzeeTabSearch, and its main feature is "Resourceful New Tab Page".

Extension Screenshots

screenshot

Download Ezee Tab Search Extension CRX File

Download Ezee Tab Search 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

                        EzeeTabSearch makes your Chrome browser experience better by customising the new tab page when opened.

Why have a blank new tab page when you can make it look attractive, with beautiful background images and other features!

Our simple to use search bar will enable you to find whatever your looking for and more from the internet.

The search experience within EzeeTabSearch is provided by Bing.

EzeeTabSearch is owned and operated by Vaa Digital Limited                    

Extension Basic Information

Name Ezee Tab Search Ezee Tab Search
ID iimkgbgmcoclmojhckbhmbpildmofmod
Official URL https://chromewebstore.google.com/detail/ezee-tab-search/iimkgbgmcoclmojhckbhmbpildmofmod
Description Resourceful New Tab Page
File Size 937 KB
Installation Count 11,680
Current Version 1.3
Last Updated 2023-09-02
Publish Date 2021-10-01
Rating 5.00/5 Total 19 Ratings
Developer EzeeTabSearch
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.ezeetabsearch.com/privacy-policy.html
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ezee Tab Search",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Resourceful New Tab Page",
    "permissions": [
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "Script.js"
            ]
        }
    ]
}