Bing (CN English) Search

Bing (CN English) Search

Use cn.bing.com for English searching today!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_ExtnName__",
  "version": "0.1.1",
  "description": "__MSG_ExtnDescription__",
  "default_locale": "en",
  "icons": {
    "16": "Logo.png",
    "48": "Logo_48.png",
    "128": "Logo_128.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "__MSG_Label__",
      "search_url": "https://cn.bing.com/search?q={searchTerms}&ensearch=1",
      "image_url": "https://cn.bing.com/images/search?q={searchTerms}&ensearch=1",
      "keyword": "cn-bing-en",
      "favicon_url": "https://cn.bing.com/favicon.ico",
      "suggest_url": "https://cn.bing.com/osjson.aspx?query={searchTerms}&ensearch=1",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}