Comics Downloader

Download comic books!

什麼是Comics Downloader?

Comics Downloader是由ruflashist開發的Chrome擴展程式,該擴展的主要功能是“Download comic books!”。

擴展截圖

screenshot

下載Comics Downloader擴展crx文件

下載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
官方網址 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
}