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": "小悦记",
  "manifest_version": 2,
  "version": "1.0.0",
  "description": "微信读书笔记导出助手",
  "browser_action": {
    "default_icon": "logo.png",
    "default_title": "微信读书笔记导出助手 @江湖人称向前兄",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://weread.qq.com/web/*"
      ],
      "js": [
        "jquery.js",
        "js/content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "homepage_url": "https://www.zhihu.com/people/zhihudianxiaoer/columns",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}