Comics Downloader
Download comic books!
Cos'è Comics Downloader?
Comics Downloader è un'estensione di Chrome sviluppata da ruflashist, e la sua funzione principale è "Download comic books!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Comics Downloader
Scarica i file di estensione Comics Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Comics Downloader |
ID | kppcdcpdknadnfdblpnknkpejminjlfn |
URL Ufficiale | https://chromewebstore.google.com/detail/comics-downloader/kppcdcpdknadnfdblpnknkpejminjlfn |
Descrizione | Download comic books! |
Dimensione del File | 160 KB |
Conteggio Installazioni | 3,135 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2021-05-01 |
Data di Pubblicazione | 2019-10-12 |
Valutazione | 3.24/5 Totale 46 Valutazioni |
Sviluppatore | ruflashist |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |