Address bar search engine switcher

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

Co je Address bar search engine switcher?

Address bar search engine switcher je rozšíření Chrome vyvinuté https://i.extfans.com, a jeho hlavní funkcí je „Change your address bar search engine in one click. Supports adding custom searches“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Address bar search engine switcher

Stáhněte si soubory rozšíření Address bar search engine switcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Address bar search engine switcher Address bar search engine switcher
ID jbnopeoocgbmnochaadfnhiiimfpbpmf
Oficiální URL https://chromewebstore.google.com/detail/address-bar-search-engine/jbnopeoocgbmnochaadfnhiiimfpbpmf
Popis Change your address bar search engine in one click. Supports adding custom searches
Velikost souboru 219 KB
Počet instalací 10,364
Aktuální Verze 1.0.6
Poslední Aktualizace 2022-12-10
Datum Vydání 2019-03-06
Hodnocení 3.63/5 Celkem 48 Hodnocení
Vývojář https://i.extfans.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.yearnnewtab.com/public/privacy
Podporované Jazyky 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"
}