Examine source code of MDBG Simplified Chinese Dictionary Search

Inspect and view changes in MDBG Simplified Chinese Dictionary 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": "MDBG Simplified Chinese Dictionary Search",
  "version": "1.0",
  "description": "Search engine add-on for the MDBG Simplified Chinese Dictionary",
  "icons": {
    "48": "icons/mdbg48.png",
    "96": "icons/mdbg96.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "MDBG Simplified Chinese",
      "search_url": "https://www.mdbg.net/chinese/dictionary?page=worddict&wdrst=0&wdqb={searchTerms}",
      "keyword": "mdbg",
      "encoding": "UTF-8",
      "favicon_url": "https://www.mdbg.net/chinese/rsc/ico/favicon.ico"
    }
  }
}