Comic Downloader
This plugin was created to download comics and convert them to pdf
Comic Downloader là gì?
Comic Downloader là một tiện ích mở rộng Chrome được phát triển bởi Quizmo, và tính năng chính của nó là "This plugin was created to download comics and convert them to pdf".
Tải xuống tệp CRX của tiện ích mở rộng Comic Downloader
Tải xuống các tệp mở rộng Comic Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | goofdkpiolidkahcmobnhkpeojceehoh |
URL Chính Thức | https://chrome.google.com/webstore/detail/comic-downloader/goofdkpiolidkahcmobnhkpeojceehoh |
Mô tả | This plugin was created to download comics and convert them to pdf |
Kích Thước Tệp | 119 KB |
Số Lần Cài Đặt | 272 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-05-19 |
Ngày Phát Hành | 2017-05-19 |
Đánh Giá | 1.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Quizmo |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Quizmo/ComicDownload/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |