Webtoon to PDF
Converts webtoon pages to PDFs
What is Webtoon to PDF?
Webtoon to PDF is a Chrome extension developed by dontaskwhy, and its main feature is "Converts webtoon pages to PDFs".
Extension Screenshots
Download Webtoon to PDF Extension CRX File
Download Webtoon to PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Converts webtoons from comic.naver.com into pdf files for quick and easy offline reading
Extension Basic Information
Name | Webtoon to PDF |
ID | ohchlfahbejfldhnniiccfehipehfchf |
Official URL | https://chromewebstore.google.com/detail/webtoon-to-pdf/ohchlfahbejfldhnniiccfehipehfchf |
Description | Converts webtoon pages to PDFs |
File Size | 127 KB |
Installation Count | 605 |
Current Version | 0.1 |
Last Updated | 2022-04-29 |
Publish Date | 2022-04-29 |
Rating | 1.00/5 Total 2 Ratings |
Developer | dontaskwhy |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Fox-Islam/webtoon-to-pdf |
Help Page URL | https://github.com/Fox-Islam/webtoon-to-pdf |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webtoon to PDF", "description": "Converts webtoon pages to PDFs", "version": "0.1", "manifest_version": 3, "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/comic.naver.com\/webtoon\/*" ], "js": [ "content-script.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "128": "\/images\/icon-128.png" } }, "icons": { "128": "\/images\/icon-128.png" } } |