weread

A extension to search book in weread's bookrack, 搜索微信读书书架上的书籍
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "weread",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "A extension to search book in weread's bookrack, 搜索微信读书书架上的书籍",
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://weread.qq.com/web/shelf"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}