Power Reader: Great For Powering Through Books

Power Reader: Great For Powering Through Books

For reading e-books (PDF & EPUB) both page-by-page as well as in word-for-word speed-reading mode (the ▶ button). Speed reading mode presents the text one word at a time, making it easier to read faster while being easy on the eyes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Power Reader",
  "version": "2.0.0",
  "description": "Reading ebooks quickly and efficiently",
  "icons": {
    "128": "img/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{90fd8b55-536b-4809-bf9f-8610d50aff3c}"
    }
  }
}