Rapid Reader

Speed reads text

Rapid Readerคืออะไร?

Rapid Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Speed reads text"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rapid Reader

ดาวน์โหลดไฟล์ส่วนขยาย Rapid Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Rapid Reader lets you speed read text in your browser by flashing the text word-by-word.  

Select the text you want to read, then click the Rapid Reader icon or use the keyboard shortcut "Alt-R" to rapid read.  

Rapid Reader can read text from any webpage.   You can configure the Words-Per-Minute and chunk size (how many words shown at once).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rapid Reader Rapid Reader
ID jggpancjidhgdmjghapfbhhcbjieefgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rapid-reader/jggpancjidhgdmjghapfbhhcbjieefgn
คำอธิบาย Speed reads text
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 556
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-04-27
วันที่เผยแพร่ 2014-04-27
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rapid Reader",
    "short_name": "Rapid Reader",
    "description": "Speed reads text",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Rapid Read currently selected text"
        }
    }
}