Dark Horse downloader
Download Dark Horse comic books directly from your digital library web page
Dark Horse downloaderとは何ですか?
Dark Horse downloaderはMetalnemによって開発されたChromeの拡張機能で、その主な機能は「Download Dark Horse comic books directly from your digital library web page」です。
拡張機能のスクリーンショット
Dark Horse downloader拡張機能のCRXファイルをダウンロード
Dark Horse downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Go to your digital library page (gallery view must be selected, so the URL is https://digital.darkhorse.com/library/?display_mode=gallery), and click on the download icon next to the comic book you want to save. Comics are downloaded as a tar archive that is not compatible with other comic book readers, so you have to convert them using Dark Horse converter (https://github.com/Metalnem/dark-horse-converter) before you can open them in the reader of your choice.
拡張機能の基本情報
名前 | Dark Horse downloader |
ID | odciinkioeagogcogbpelccibomlenhl |
公式URL | https://chromewebstore.google.com/detail/dark-horse-downloader/odciinkioeagogcogbpelccibomlenhl |
説明 | Download Dark Horse comic books directly from your digital library web page |
ファイルサイズ | 12.82 KB |
インストール数 | 231 |
現在のバージョン | 1.2 |
最終更新日 | 2016-05-28 |
公開日 | 2016-05-28 |
評価 | 1.40/5 合計 5 レビュー |
開発者 | Metalnem |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark Horse downloader", "description": "Download Dark Horse comic books directly from your digital library web page", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/digital.darkhorse.com\/library\/*" ], "js": [ "main.js" ], "css": [ "style.css" ] } ], "icons": { "128": "icon-128.png" }, "permissions": [ "downloads", "notifications" ] } |