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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}