熊猫觅书 - BookLocator

熊猫觅书 - BookLocator

在豆瓣读书页面显示湾区哪些图书馆有此藏书 - Show the list of libraries in Bayarea having the book on Douban Book page

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "熊猫觅书 - BookLocator",
  "version": "0.1.3",
  "manifest_version": 2,
  "description": "在豆瓣读书页面显示湾区哪些图书馆有此藏书 - Show the list of libraries in Bayarea having the book on Douban Book page",
  "browser_action": {
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "128": "images/128.png"
    }
  },
  "permissions": [
    "activeTab",
    "https://book.douban.com/*",
    "https://localbook.xyz/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://book.douban.com/subject/*"
      ],
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/book-lib.js"
      ]
    }
  ]
}