Address bar search engine switcher

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

Address bar search engine switcherとは何ですか?

Address bar search engine switcherはhttps://i.extfans.comによって開発されたChromeの拡張機能で、その主な機能は「Change your address bar search engine in one click. Supports adding custom searches」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Address bar search engine switcher拡張機能のCRXファイルをダウンロード

Address bar search engine switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Address bar search engine switcher Address bar search engine switcher
ID jbnopeoocgbmnochaadfnhiiimfpbpmf
公式URL https://chromewebstore.google.com/detail/address-bar-search-engine/jbnopeoocgbmnochaadfnhiiimfpbpmf
説明 Change your address bar search engine in one click. Supports adding custom searches
ファイルサイズ 219 KB
インストール数 10,364
現在のバージョン 1.0.6
最終更新日 2022-12-10
公開日 2019-03-06
評価 3.63/5 合計 48 レビュー
開発者 https://i.extfans.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.yearnnewtab.com/public/privacy
対応言語 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"
}