3read

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

What is 3read?

3read is a Chrome extension developed by Unknown, and its main feature is "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".

Extension Screenshots

screenshot

Download 3read Extension CRX File

Download 3read extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Highlight a selection and press alt+r or a hotkey of your choice. Read the words as they fly past in 3d! You can pause and rewind a little for full comprehension. Change the speed as you read. Use full screen for full concentration. Fast to start and close. Requires no special permissions!                    

Extension Basic Information

Name 3read 3read
ID amklbgkedklmdajokboibalnafodgglg
Official URL https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg
Description 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
File Size 367 KB
Installation Count 319
Current Version 0.0.4
Last Updated 2014-04-11
Publish Date 2014-04-11
Rating 4.89/5 Total 9 Ratings
Developer Unknown
Payment Type free
Supported Languages en
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
}