Taiwan eBooks Downloader

Download eBooks directly from Taiwan eBook Database (台湾华文电子书库)

什麼是Taiwan eBooks Downloader?

Taiwan eBooks Downloader是由Yifan Wu開發的Chrome擴展程式,該擴展的主要功能是“Download eBooks directly from Taiwan eBook Database (台湾华文电子书库)”。

擴展截圖

screenshot
screenshot
screenshot

下載Taiwan eBooks Downloader擴展crx文件

下載Taiwan eBooks Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An open-source Chrome extension for downloading ebooks from Taiwan eBooks Database (http://taiwanebook.ncl.edu.tw/).

一个用来下载台湾华文电子书库(http://taiwanebook.ncl.edu.tw/) PDF 档案的开源 Chrome 扩展程序。

Github repository: https://github.com/IvanWoo/taiwan-ebooks-downloader.

Please feel free to report any bugs!                    

擴展基本資訊

名稱 Taiwan eBooks Downloader Taiwan eBooks Downloader
ID njahmpkifjjkgelmjpeaflclneafiblp
官方網址 https://chromewebstore.google.com/detail/taiwan-ebooks-downloader/njahmpkifjjkgelmjpeaflclneafiblp
簡介 Download eBooks directly from Taiwan eBook Database (台湾华文电子书库)
檔案大小 14.72 KB
安裝次數 3,000
目前版本 0.6.0
更新時間 2023-08-02
上架時間 2020-04-24
評分 4.53/5 共 19 次評分
開發者 Yifan Wu
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/IvanWoo/taiwan-ebooks-downloader
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Taiwan eBooks Downloader",
    "version": "0.6.0",
    "default_locale": "en",
    "description": "Download eBooks directly from Taiwan eBook Database (\u53f0\u6e7e\u534e\u6587\u7535\u5b50\u4e66\u5e93)",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "author": "Yifan Wu",
    "action": {
        "default_title": "Taiwan eBooks Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "matches": [
                "*:\/\/taiwanebook.ncl.edu.tw\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/taiwanebook.ncl.edu.tw\/ebkFiles\/*"
    ]
}