Comics Downloader
Download comic books!
Comics Downloader là gì?
Comics Downloader là một tiện ích mở rộng Chrome được phát triển bởi ruflashist, và tính năng chính của nó là "Download comic books!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Comics Downloader
Tải xuống các tệp mở rộng Comics Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Was developed to download comics. Currently works only with the readcomiconline website. How to: - Open readcomiconline - Find a comic book you would like to download - Open the page with this comic book - Press the Comics Downloader extension icon - Wait - Wait more - Sometimes you have to wait quite a long time (though the progress is shown as percentage above the extension icon) - Find the .cbz archive in the download folder Feel free to leave a comment if something is good/bad about the way the extension works. Any feedback is appreciated! Version 1.4: - Make the extension work with different domains of the readcomiconline website. Version 1.2: - The archived comic books size is reduced by 5-8 times. - Images saving format is changed to JPG (previously PNG).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Comics Downloader |
ID | kppcdcpdknadnfdblpnknkpejminjlfn |
URL Chính Thức | https://chromewebstore.google.com/detail/comics-downloader/kppcdcpdknadnfdblpnknkpejminjlfn |
Mô tả | Download comic books! |
Kích Thước Tệp | 160 KB |
Số Lần Cài Đặt | 3,135 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2021-05-01 |
Ngày Phát Hành | 2019-10-12 |
Đánh Giá | 3.24/5 Tổng số 46 Đánh Giá |
Nhà Phát Triển | ruflashist |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comics Downloader", "version": "1.4", "description": "Download comic books!", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "background": { "scripts": [ "libs\/FileSaver.js", "libs\/jszip.js", "background.js" ], "persistent": false }, "browser_action": [], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "images\/main_16.png", "32": "images\/main_32.png", "48": "images\/main_48.png", "128": "images\/main_128.png" }, "manifest_version": 2 } |