Examine source code of Bing (CN English) Search

Inspect and view changes in Bing (CN English) Search source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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
    }
  }
}