Address bar search engine switcher

Change your address bar search engine in one click. Supports adding custom searches

What is Address bar search engine switcher?

Address bar search engine switcher is a Chrome extension developed by https://i.extfans.com, and its main feature is "Change your address bar search engine in one click. Supports adding custom searches".

Extension Screenshots

screenshot
screenshot
screenshot

Download Address bar search engine switcher Extension CRX File

Download Address bar search engine switcher 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

                        Change your address bar search engine in one click.Supports adding custom searches.                    

Extension Basic Information

Name Address bar search engine switcher Address bar search engine switcher
ID jbnopeoocgbmnochaadfnhiiimfpbpmf
Official URL https://chromewebstore.google.com/detail/address-bar-search-engine/jbnopeoocgbmnochaadfnhiiimfpbpmf
Description Change your address bar search engine in one click. Supports adding custom searches
File Size 219 KB
Installation Count 10,364
Current Version 1.0.6
Last Updated 2022-12-10
Publish Date 2019-03-06
Rating 3.63/5 Total 48 Ratings
Developer https://i.extfans.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.yearnnewtab.com/public/privacy
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "description": "__MSG_extdesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "96": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png",
            "128": "icons\/128.png"
        },
        "default_popup": "pages\/popup\/popup.html"
    },
    "background": {
        "page": "pages\/background\/bg.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "__MSG_address_bar_search_name__",
            "keyword": "search",
            "favicon_url": "https:\/\/i.extfans.com\/focus\/favicon.ico",
            "search_url": "https:\/\/search.extfans.com\/query\/?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.0.6"
}