Address bar search engine switcher

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

Co to jest Address bar search engine switcher?

Address bar search engine switcher to rozszerzenie Chrome opracowane przez https://i.extfans.com, a jego główną funkcją jest „Change your address bar search engine in one click. Supports adding custom searches”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Address bar search engine switcher

Pobierz pliki rozszerzeń Address bar search engine switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Address bar search engine switcher Address bar search engine switcher
ID jbnopeoocgbmnochaadfnhiiimfpbpmf
Oficjalny URL https://chromewebstore.google.com/detail/address-bar-search-engine/jbnopeoocgbmnochaadfnhiiimfpbpmf
Opis Change your address bar search engine in one click. Supports adding custom searches
Rozmiar pliku 219 KB
Liczba instalacji 10,364
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2022-12-10
Data Publikacji 2019-03-06
Ocena 3.63/5 Łącznie 48 Oceny
Deweloper https://i.extfans.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.yearnnewtab.com/public/privacy
Obsługiwane Języki 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"
}