Comic Downloader
This plugin was created to download comics and convert them to pdf
Apa itu Comic Downloader?
Comic Downloader adalah ekstensi Chrome yang dikembangkan oleh Quizmo, dan fitur utamanya adalah "This plugin was created to download comics and convert them to pdf".
Unduh Berkas CRX Ekstensi Comic Downloader
Unduh file ekstensi Comic Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This plugin will convert the images from the website http://readcomiconline.to/ and convert them into a pdf for offline reading.. This was created for personal use, and only uploaded to the Chrome Webshop to stop Chrome from removing it when restarting Chrome. Icon created by Sagar Unagar under the licens Attribution 3.0
Informasi Dasar Ekstensi
Nama | |
ID | goofdkpiolidkahcmobnhkpeojceehoh |
URL Resmi | https://chrome.google.com/webstore/detail/comic-downloader/goofdkpiolidkahcmobnhkpeojceehoh |
Deskripsi | This plugin was created to download comics and convert them to pdf |
Ukuran File | 119 KB |
Jumlah Instalasi | 272 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-05-19 |
Tanggal Publikasi | 2017-05-19 |
Penilaian | 1.91/5 Total 11 Penilaian |
Pengembang | Quizmo |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Quizmo/ComicDownload/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comic Downloader", "description": "This plugin was created to download comics and convert them to pdf", "version": "1.0", "author": "Quizmo", "icons": { "16": "css\/icon\/icon16.png", "48": "css\/icon\/icon48.png", "128": "css\/icon\/icon128.png" }, "browser_action": { "default_icon": "css\/icon\/icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/readcomiconline.to\/*", "http:\/\/*.blogspot.com\/*" ], "js": [ "js\/lib\/jquery.js", "js\/lib\/FileSaver.min.js", "js\/lib\/jspdf.min.js", "js\/content.js" ], "css": [ "css\/style.css" ] } ], "web_accessible_resources": [ "js\/lib\/content.js" ], "permissions": [ "activeTab", "downloads", "https:\/\/ajax.googleapis.com\/", "tabs", "http:\/\/readcomiconline.to\/*", "http:\/\/*.blogspot.com\/*" ] } |