Address bar search engine switcher

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

Cos'è Address bar search engine switcher?

Address bar search engine switcher è un'estensione di Chrome sviluppata da https://i.extfans.com, e la sua funzione principale è "Change your address bar search engine in one click. Supports adding custom searches".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Address bar search engine switcher

Scarica i file di estensione Address bar search engine switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Address bar search engine switcher Address bar search engine switcher
ID jbnopeoocgbmnochaadfnhiiimfpbpmf
URL Ufficiale https://chromewebstore.google.com/detail/address-bar-search-engine/jbnopeoocgbmnochaadfnhiiimfpbpmf
Descrizione Change your address bar search engine in one click. Supports adding custom searches
Dimensione del File 219 KB
Conteggio Installazioni 10,364
Versione Corrente 1.0.6
Ultimo Aggiornamento 2022-12-10
Data di Pubblicazione 2019-03-06
Valutazione 3.63/5 Totale 48 Valutazioni
Sviluppatore https://i.extfans.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.yearnnewtab.com/public/privacy
Lingue Supportate 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"
}