e-Search

Simply select and switch your search engine!

What is e-Search?

e-Search is a Chrome extension developed by https://www.e-search.net, and its main feature is "Simply select and switch your search engine!".

Extension Screenshots

screenshot

Download e-Search Extension CRX File

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

                        With this extension, you can very easily switch your search engine, which you use both in the new tab and in the entire browser.

On website e-search.net, you can easily choose Google, Bing or Yahoo search engine with one click. Subsequently, the search engine of your choice will be used everywhere in the browser.

Thank you for using!                    

Extension Basic Information

Name e-Search e-Search
ID opepbkhkfjpofchmdlknakoedegbbdij
Official URL https://chrome.google.com/webstore/detail/e-search/opepbkhkfjpofchmdlknakoedegbbdij
Description Simply select and switch your search engine!
File Size 22.64 KB
Installation Count 78
Current Version 1.2
Last Updated 2020-12-08
Publish Date 2020-12-08
Rating 5.00/5 Total 1 Ratings
Developer https://www.e-search.net
Email [email protected]
Payment Type free
Extension Website https://www.e-search.net/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "manifest_version": 2,
    "name": "e-Search",
    "description": "Simply select and switch your search engine!",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "19": "img\/ico_19.png",
        "32": "img\/ico_32.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.e-search.net\/img\/favicon.ico",
            "is_default": true,
            "keyword": "e-search",
            "name": "e-Search",
            "search_url": "https:\/\/www.e-search.net\/search?id=m001&app=esearch&q={searchTerms}"
        }
    }
}