Web to EPUB Firefox

Examine source code of Web to EPUB

By: Chai
Inspect and view changes in Web to EPUB source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web to EPUB",
  "description": "Convert web pages into EPUBs you can read on your eReader",
  "version": "1.0.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "browser_action": {
    "default_title": "Web to EPUB",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{dbf1db09-62c0-485f-a152-11fff973527e}"
    }
  }
}

Best Web to EPUB Alternatives

Here are some Firefox add-ons that are similar to Web to EPUB: