Comics Downloader

Download comic books!

Comics Downloaderคืออะไร?

Comics Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ruflashist และคุณลักษณะหลักของมันคือ "Download comic books!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comics Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Comics Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Comics Downloader Comics Downloader
ID kppcdcpdknadnfdblpnknkpejminjlfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comics-downloader/kppcdcpdknadnfdblpnknkpejminjlfn
คำอธิบาย Download comic books!
ขนาดไฟล์ 160 KB
จำนวนการติดตั้ง 3,135
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2021-05-01
วันที่เผยแพร่ 2019-10-12
คะแนน 3.24/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา ruflashist
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}