Examine source code of 极客时间划线高亮

Inspect and view changes in 极客时间划线高亮 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
{
  "name": "极客时间划线高亮",
  "description": "极客时间划线内容高亮显示",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "16": "images/geektime_16.png",
    "32": "images/geektime_32.png",
    "48": "images/geektime_48.png",
    "128": "images/geektime_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://time.geekbang.org/*"
      ],
      "css": [
        "geektime.css"
      ]
    }
  ]
}