EpubKit Pro
Web page to epub
What is EpubKit Pro?
EpubKit Pro is a Chrome extension developed by djyde520, and its main feature is "Web page to epub".
Extension Screenshots
Download EpubKit Pro Extension CRX File
Download EpubKit Pro 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
You can use EpubKit to categorize and save your favorite web content, and then select your content to generate an optimized, formatted epub ebook for reading on your favorite reader.
Extension Basic Information
Name | EpubKit Pro |
ID | lhijleaeagfjbpeciangmbfmdmopdcff |
Official URL | https://chromewebstore.google.com/detail/epubkit-pro/lhijleaeagfjbpeciangmbfmdmopdcff |
Description | Web page to epub |
File Size | 418 KB |
Installation Count | 455 |
Current Version | 0.1.1 |
Last Updated | 2024-01-24 |
Publish Date | 2024-01-24 |
Rating | 4.00/5 Total 2 Ratings |
Developer | djyde520 |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "0.1.1", "author": "Randy Lu", "name": "EpubKit Pro", "description": "Web page to epub", "permissions": [ "storage", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/epubkit.app\/*" ], "default_locale": "en" } |