Taiwan eBooks Downloader

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

ما هو Taiwan eBooks Downloader؟

Taiwan eBooks Downloader هو إضافة Chrome تم تطويرها بواسطة Yifan Wu، والميزة الرئيسية لها هي "Download eBooks directly from Taiwan eBook Database (台湾华文电子书库)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Taiwan eBooks Downloader

قم بتنزيل ملفات الامتداد Taiwan eBooks Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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\/*"
    ]
}