Douban Book+

Only 1-click from Douban to your favorite ebook platforms

Cos'è Douban Book+?

Douban Book+ è un'estensione di Chrome sviluppata da https://doubanbook.plus, e la sua funzione principale è "Only 1-click from Douban to your favorite ebook platforms".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Douban Book+

Scarica i file di estensione Douban Book+ 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

                        在豆瓣读书页面显示多个在线资源的链接,看到好书,想读就读,一键即达。

意见反馈 👉 https://github.com/OldPanda/douban-book-plus-homepage/issues/new                    

Informazioni di Base sull'Estensione

Nome Douban Book+ Douban Book+
ID lkmnoeojcpmcpjlbhbjbilpmccfljdoj
URL Ufficiale https://chromewebstore.google.com/detail/douban-book+/lkmnoeojcpmcpjlbhbjbilpmccfljdoj
Descrizione Only 1-click from Douban to your favorite ebook platforms
Dimensione del File 2.08 MB
Conteggio Installazioni 10,094
Versione Corrente 1.5.0
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2020-08-03
Valutazione 4.80/5 Totale 45 Valutazioni
Sviluppatore https://doubanbook.plus
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://doubanbook.plus/
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}