Loudreader (azw3, mobi, epub, offline Reader)

Loudreader (azw3, mobi, epub, offline Reader)

azw3 (kindle book), mobi, epub, pdf ebook Reader. Pin it to toolbar and click to open a new tab, drag and drop local ebook to read.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "manifest_version": 2,
  "name": "Loudreader (azw3, mobi, epub, offline Reader)",
  "description": "azw3 (kindle book), mobi, epub, pdf ebook Reader. Pin it to toolbar and click to open a new tab, drag and drop local ebook to read.",
  "icons": {
    "16": "images/light-16.png",
    "32": "images/light-32.png",
    "48": "images/light-48.png",
    "96": "images/light-96.png",
    "128": "images/light-128.png"
  },
  "permissions": [],
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
  "background": {
    "persistent": false,
    "scripts": [
      "chrome_extension_script.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/light-128.png"
  }
}