douban2mLook

Found books in mLook when you see it on douban

Cos'è douban2mLook?

douban2mLook è un'estensione di Chrome sviluppata da http://www.mlook.mobi, e la sua funzione principale è "Found books in mLook when you see it on douban".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione douban2mLook

Scarica i file di estensione douban2mLook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        关于douban2mLook的说明:

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

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

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

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

Informazioni di Base sull'Estensione

Nome douban2mLook douban2mLook
ID pklegbobemfenpfammapobkcoippinhp
URL Ufficiale https://chrome.google.com/webstore/detail/douban2mlook/pklegbobemfenpfammapobkcoippinhp
Descrizione Found books in mLook when you see it on douban
Dimensione del File 121 KB
Conteggio Installazioni 1,000
Versione Corrente 2.1.12
Ultimo Aggiornamento 2016-03-08
Data di Pubblicazione 2016-03-08
Valutazione 4.69/5 Totale 65 Valutazioni
Sviluppatore http://www.mlook.mobi
Tipo di Pagamento free
Lingue Supportate 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"
    }
}