豆瓣电子书下载

下载豆瓣电子图书(ebooks),不支持专栏、译文等文章下载。

What is 豆瓣电子书下载?

豆瓣电子书下载 is a Chrome extension developed by wuzhizhemu569, and its main feature is "下载豆瓣电子图书(ebooks),不支持专栏、译文等文章下载。".

Download 豆瓣电子书下载 Extension CRX File

Download 豆瓣电子书下载 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

                        启用此扩展之后,打开要下载阅读的豆瓣电子书阅读页面,比如[三国演义](https://read.douban.com/reader/ebook/7828900/),页面刷新时会自动下载电子书。

支持所有的电子书,免费的以及已经购买了阅读权限的可以全本下载,部分可以阅读的章节的只下载可阅读部分。                    

Extension Basic Information

Name 豆瓣电子书下载 豆瓣电子书下载
ID afcmnhbbjlmoogombbekhcijpblilcco
Official URL https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3%E7%94%B5%E5%AD%90%E4%B9%A6%E4%B8%8B%E8%BD%BD/afcmnhbbjlmoogombbekhcijpblilcco
Description 下载豆瓣电子图书(ebooks),不支持专栏、译文等文章下载。
File Size 54.32 KB
Installation Count 410
Current Version 1.0.2
Last Updated 2017-04-25
Publish Date 2017-04-25
Rating 1.67/5 Total 3 Ratings
Developer wuzhizhemu569
Email [email protected]
Payment Type free
Help Page URL https://github.com/wuzhizhe/DownloadDoubanEbook
Supported Languages zh-CN
manifest.json
{
    "name": "\u8c46\u74e3\u7535\u5b50\u4e66\u4e0b\u8f7d",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "\u4e0b\u8f7d\u8c46\u74e3\u7535\u5b50\u56fe\u4e66(ebooks)\uff0c\u4e0d\u652f\u6301\u4e13\u680f\u3001\u8bd1\u6587\u7b49\u6587\u7ae0\u4e0b\u8f7d\u3002",
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "icon_19x19.png",
        "default_title": "\u8c46\u74e3\u7535\u5b50\u4e66\u4e0b\u8f7d"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "background",
        "*:\/\/img3.doubanio.com\/*"
    ]
}