Comics Downloader
Download comic books!
Comics Downloaderとは何ですか?
Comics Downloaderはruflashistによって開発されたChromeの拡張機能で、その主な機能は「Download comic books!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |