Compuson lectur rapida

Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!

什么是Compuson lectur rapida?

Compuson lectur rapida是由cayetano开发的Chrome扩展程序,该扩展的主要功能是“Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!”。

下载Compuson lectur rapida扩展crx文件

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

扩展使用说明

                        Lectura rapida y muy rapida con fondo y más.                    

扩展基本信息

名称 Compuson lectur rapida Compuson lectur rapida
ID ocibbhidcaaambdlmmlopkldalmeijjf
官方URL https://chrome.google.com/webstore/detail/compuson-lectur-rapida/ocibbhidcaaambdlmmlopkldalmeijjf
简介 Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!
文件大小 2.48 MB
安装次数 127
当前版本 2.3
更新时间 2016-04-21
上架时间 2016-04-21
评分 5.00/5 共1次评分
开发者 cayetano
付费类型 free
支持的语言 es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Compuson lectur rapida",
    "description": "Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!",
    "version": "2.3",
    "options_page": "src\/welcome.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/css\/stylepage.css"
            ],
            "js": [
                "lib\/jquery\/jquery.min.js",
                "src\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ],
    "commands": {
        "sprint-read-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "MacCtrl+Shift+Z"
            },
            "description": "Sprint read selected text"
        }
    },
    "permissions": [
        "contextMenus",
        "clipboardRead",
        ""
    ],
    "background": {
        "page": "src\/background.html"
    },
    "browser_action": {
        "default_popup": "src\/popup.html",
        "default_icon": "src\/graphics\/icon128.png"
    },
    "icons": {
        "16": "src\/graphics\/icon16.png",
        "48": "src\/graphics\/icon48.png",
        "128": "src\/graphics\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/connect.facebook.net; object-src 'self'"
}