中科大图书馆豆瓣插件

中科大图书馆豆瓣插件

在豆瓣浏览图书信息时自动显示该书在中科大图书馆的馆藏情况

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "中科大图书馆豆瓣插件",
  "description": "在豆瓣浏览图书信息时自动显示该书在中科大图书馆的馆藏情况",
  "version": "1.1",
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "ustc.js"
      ],
      "matches": [
        "http://book.douban.com/subject/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 2
}