Testing Reading Speed

Read at double or triple your normal speed.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDesc__",
  "default_locale": "en",
  "version": "1.0.3",
  "browser_action": {
    "default_icon": {
      "16": "/icons/icon-16.png",
      "32": "/icons/icon-32.png",
      "48": "/icons/icon-48.png",
      "64": "/icons/icon-64.png",
      "96": "/icons/icon-96.png",
      "128": "/icons/icon-128.png",
      "256": "/icons/icon-256.png",
      "512": "/icons/icon-512.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "/icons/icon-16.png",
    "32": "/icons/icon-32.png",
    "48": "/icons/icon-48.png",
    "64": "/icons/icon-64.png",
    "96": "/icons/icon-96.png",
    "128": "/icons/icon-128.png",
    "256": "/icons/icon-256.png",
    "512": "/icons/icon-512.png"
  },
  "background": {
    "scripts": [
      "update-conf.js",
      "update.js"
    ],
    "persistent": false
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "offline_enabled": true,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}