Examine source code of Bing新标签页

Inspect and view changes in Bing新标签页 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": "Bing新标签页",
  "version": "2.15resigned1",
  "description": "用Bing每日一图做新标签页的背景",
  "chrome_url_overrides": {
    "newtab": "main.htm"
  },
  "permissions": [
    "http://*/",
    "https://*/",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  },
  "options_ui": {
    "page": "options.htm"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b2417154-f423-49bc-9135-fb9eab392620}"
    }
  }
}