WebToEpub

WebToEpub

Extension that converts Web Novels (and other web pages) into an EPUB for offline reading. Works with many sites, including: 1.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WebToEpub",
  "version": "0.0.0.158",
  "default_locale": "en",
  "icons": {
    "128": "book128.png"
  },
  "permissions": [
    "downloads",
    "scripting",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "",
    "default_icon": "book128.png",
    "default_popup": "popup.html"
  },
  "incognito": "split",
  "minimum_chrome_version": "88"
}