douban2mLook

Found books in mLook when you see it on douban

What is douban2mLook?

douban2mLook is a Chrome extension developed by http://www.mlook.mobi, and its main feature is "Found books in mLook when you see it on douban".

Extension Screenshots

screenshot
screenshot

Download douban2mLook Extension CRX File

Download douban2mLook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        关于douban2mLook的说明:

-- 2016/03/09 解决豆瓣https不能显示按钮

-- 2014/11/19更新声音持续播放问题

1.在豆瓣读书频道显示当前书籍在mlook的下载地址
2.第一时间接收mLook的最新书籍
3.编辑精选各式免费或者打折的书籍

更多功能请参考:http://www.mlook.mobi                    

Extension Basic Information

Name douban2mLook douban2mLook
ID pklegbobemfenpfammapobkcoippinhp
Official URL https://chrome.google.com/webstore/detail/douban2mlook/pklegbobemfenpfammapobkcoippinhp
Description Found books in mLook when you see it on douban
File Size 121 KB
Installation Count 1,000
Current Version 2.1.12
Last Updated 2016-03-08
Publish Date 2016-03-08
Rating 4.69/5 Total 65 Ratings
Developer http://www.mlook.mobi
Payment Type free
Supported Languages zh-CN
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"
    }
}