t_wの輪郭

Feedlyでフォローするボタン

あれ

2021/8/22 17:02:00

Firefox addon: Microsoft Bing 検索エンジンのmanifestが参考になった。
ありがとうMS

    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Bing Search",
            "search_url": "https://www.bing.com/search?FORM=U504DF&PC=U504&q={searchTerms}",
            "keyword": "bing.com",
            "favicon_url": "https://www.bing.com/favicon.ico",
            "suggest_url": "https://www.bing.com/osjson.aspx?FORM=U504DF&PC=U504&query={searchTerms}",
            "is_default": true
        }
    },