CustomizedSearch

Your Customized Search Engine

What is CustomizedSearch?

CustomizedSearch is a Chrome extension developed by Ganobiz, and its main feature is "Your Customized Search Engine".

Extension Screenshots

screenshot
screenshot
screenshot

Download CustomizedSearch Extension CRX File

Download CustomizedSearch 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

                        Get you customized search engine with unique features such as network connectivity and battery charge percentage.
Each new tab get you a new view.

By clicking "Add to chrome", I accept and agree to installing the CustomizedSearch extension and setting Chrome™ New Tab search provided by Bing.

Terms of Use at: https://www.ganobiz.net/terms.html 
Privacy Policy at: https://www.ganobiz.net/ppolicy.html                    

Extension Basic Information

Name CustomizedSearch CustomizedSearch
ID gpeldcoflljeoadddjjhijdcaefafaff
Official URL https://chromewebstore.google.com/detail/customizedsearch/gpeldcoflljeoadddjjhijdcaefafaff
Description Your Customized Search Engine
File Size 58.45 KB
Installation Count 1,001
Current Version 1.3
Last Updated 2023-04-17
Publish Date 2022-10-05
Developer Ganobiz
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.ganobiz.net/ppolicy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CustomizedSearch",
    "description": "Your Customized Search Engine",
    "version": "1.3",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}