Douban Book+

Only 1-click from Douban to your favorite ebook platforms

What is Douban Book+?

Douban Book+ is a Chrome extension developed by https://doubanbook.plus, and its main feature is "Only 1-click from Douban to your favorite ebook platforms".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Douban Book+ Extension CRX File

Download Douban Book+ 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://github.com/OldPanda/douban-book-plus-homepage/issues/new                    

Extension Basic Information

Name Douban Book+ Douban Book+
ID lkmnoeojcpmcpjlbhbjbilpmccfljdoj
Official URL https://chromewebstore.google.com/detail/douban-book+/lkmnoeojcpmcpjlbhbjbilpmccfljdoj
Description Only 1-click from Douban to your favorite ebook platforms
File Size 2.08 MB
Installation Count 10,094
Current Version 1.5.0
Last Updated 2024-03-04
Publish Date 2020-08-03
Rating 4.80/5 Total 45 Ratings
Developer https://doubanbook.plus
Email [email protected]
Payment Type free
Extension Website https://doubanbook.plus/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Douban Book+",
    "description": "Only 1-click from Douban to your favorite ebook platforms",
    "version": "1.5.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo\/icon16.png",
        "32": "logo\/icon32.png",
        "128": "logo\/icon128.png"
    },
    "action": {
        "default_icon": "logo\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.old-panda.com\/GetEBookUrls"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/book.douban.com\/subject\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/weread-logo.png",
                "img\/duokan-logo.png",
                "img\/kindle-logo.png",
                "img\/ireader-logo.png",
                "img\/snail-logo.png",
                "img\/douban-logo.svg",
                "img\/dedao-logo.png",
                "img\/zlibrary-logo.png",
                "img\/anna-logo.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}