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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cayetano และคุณลักษณะหลักของมันคือ "Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Compuson lectur rapida

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}