Page Pacer

Trains you to read faster by setting a pace.

Page Pacerคืออะไร?

Page Pacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aaronhubhachen และคุณลักษณะหลักของมันคือ "Trains you to read faster by setting a pace."

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

screenshot

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

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

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

                        Read Faster and Stay Focused with the Page Pacer! 🧠

How It Works:

1) Select the text you want to read. 📖
2) Input your desired reading speed (WPM). ⏱️
3) Click "Start Reading" and watch as Page Pacer guides you through the text at a steady, efficient pace. ⚡

Reducing unnecessary eye movements is crucial for improving reading speed because it minimizes the time and effort spent on scanning and refocusing across the text. Typically, your eyes jump around the page, a process known as saccadic movement, which can slow down the overall reading process. By reducing these movements, you can focus more directly on the content, leading to quicker comprehension and less cognitive strain.

The Rapid Serial Visual Presentation (RSVP) method effectively addresses this issue. The Page Pacer removes traditional blocks of text and presents the text one word at a time at a user-defined speed. This approach ensures that your eyes remain fixed in one place, thereby significantly reducing saccadic movements. As a result, you can process information faster, leading to increased reading speeds without the need to constantly move your eyes across lines of text. This method not only boosts speed but also enhances focus and comprehension.

Version 1.1.1 UPDATE: 

New Features:
* Auto-scroll
* Smooth scroll to top when reading                    

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

ชื่อ Page Pacer Page Pacer
ID oflnmeohkhahdmnmbemakhbgkfefbfnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-pacer/oflnmeohkhahdmnmbemakhbgkfefbfnn
คำอธิบาย Trains you to read faster by setting a pace.
ขนาดไฟล์ 74.29 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2023-12-03
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา aaronhubhachen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Page Pacer",
    "version": "1.1.1",
    "description": "Trains you to read faster by setting a pace.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}