douban2mLook

douban2mLook

Found books in mLook when you see it on douban

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "douban2mLook",
  "version": "2.1.12",
  "description": "Found books in mLook when you see it on douban",
  "content_scripts": [
    {
      "matches": [
        "http://book.douban.com/*",
        "https://book.douban.com/*"
      ],
      "js": [
        "js/jquery.js",
        "js/douban2mlook.js"
      ]
    }
  ],
  "permissions": [
    "notifications",
    "http://*.mlook.mobi/*",
    "http://*/",
    "https://*/"
  ],
  "web_accessible_resources": [
    "icon48.png"
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "homepage_url": "http://www.mlook.com"
  }
}