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 là gì?

Compuson lectur rapida là một tiện ích mở rộng Chrome được phát triển bởi cayetano, và tính năng chính của nó là "Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!".

Tải xuống tệp CRX của tiện ích mở rộng Compuson lectur rapida

Tải xuống các tệp mở rộng Compuson lectur rapida dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Compuson lectur rapida Compuson lectur rapida
ID ocibbhidcaaambdlmmlopkldalmeijjf
URL Chính Thức https://chrome.google.com/webstore/detail/compuson-lectur-rapida/ocibbhidcaaambdlmmlopkldalmeijjf
Mô tả Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!
Kích Thước Tệp 2.48 MB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2016-04-21
Ngày Phát Hành 2016-04-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cayetano
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}