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 (台湾华文电子书库)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taiwan eBooks Downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } |