910e62b5创建于 1月15日历史提交
{
  "name": "test",
  "manifest_version": 2,
  "version": "1",
  "content_scripts": [
    {
      "matches": ["http://yahoo.com/*"],
      "js": ["foo.js"]
    }
  ]
}