3read

3read

3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "3read",
  "version": "0.0.4",
  "description": "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "keycodes.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon_19.png",
    "default_title": "3read Selection"
  },
  "commands": {
    "read": {
      "suggested_key": {
        "default": "Alt+R"
      },
      "description": "3read!"
    }
  },
  "options_page": "options.html",
  "minimum_chrome_version": "18",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2
}