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
公式URL 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
Eメール [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\/*"
    ]
}