3read

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

什么是3read?

3read是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.”。

扩展截图

screenshot

下载3read扩展crx文件

下载3read扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 3read 3read
ID amklbgkedklmdajokboibalnafodgglg
官方URL https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg
简介 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
文件大小 367 KB
安装次数 319
当前版本 0.0.4
更新时间 2014-04-11
上架时间 2014-04-11
评分 4.89/5 共9次评分
开发者 Unknown
付费类型 free
支持的语言 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
}