SpeedReader

The easiest way to learn to speed read

SpeedReaderคืออะไร?

SpeedReader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nicolas.toscano และคุณลักษณะหลักของมันคือ "The easiest way to learn to speed read"

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

screenshot

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

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

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

                        This extension adds vertical lines to the paragraphs of the current webpage to train speed reading. 
Based on the Tim Ferriss "How to Triple Your Reading Speed in 20 Minutes" video:

 https://www.youtube.com/watch?v=jeOHqI9SqOI                    

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

ชื่อ SpeedReader SpeedReader
ID jigjffjnfiikefbmfcnffbinngepkaik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speedreader/jigjffjnfiikefbmfcnffbinngepkaik
คำอธิบาย The easiest way to learn to speed read
ขนาดไฟล์ 91.96 KB
จำนวนการติดตั้ง 408
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2015-08-05
วันที่เผยแพร่ 2015-08-04
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา nicolas.toscano
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedReader",
    "description": "The easiest way to learn to speed read",
    "version": "2.0",
    "browser_action": {
        "default_icon": "SR.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ]
}