Speed Reader

Improve your reading speed in a blink of an eye

Speed Readerคืออะไร?

Speed Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gleblerner และคุณลักษณะหลักของมันคือ "Improve your reading speed in a blink of an eye"

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

screenshot

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

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

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

                        Train yourself to read and adsorb knowledge faster.
This is a Chrome extension that lets you read articles in half or a third of the time it usually takes you. It does this by utilizing a visual technique used by the fastest speed readers in the world.                    

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

ชื่อ Speed Reader Speed Reader
ID fimfkggneehllccpdfmlaahldjblpabg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/speed-reader/fimfkggneehllccpdfmlaahldjblpabg
คำอธิบาย Improve your reading speed in a blink of an eye
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 285
เวอร์ชันปัจจุบัน 1.8.1
อัปเดตครั้งล่าสุด 2014-07-14
วันที่เผยแพร่ 2014-07-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา gleblerner
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed Reader",
    "version": "1.8.1",
    "description": "Improve your reading speed in a blink of an eye",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_title": "Speed Reader",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "storage",
        "input",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "selection.js"
            ],
            "css": [
                "mystyle.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}