Speedr

A Beautiful, Highly Configurable Speed Reading Extension

Speedrคืออะไร?

Speedr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.tinynudge.co และคุณลักษณะหลักของมันคือ "A Beautiful, Highly Configurable Speed Reading Extension"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Speedr is a beautifully designed speed reading extension that lets you read the web at amazing speeds!

Speedr includes a wide array of options that change the way it looks and behaves so you can tailor Speedr to maximize your own productivity.

BASIC USE
- Select text
- Activate Speedr (default: Alt + V)

FEATURES
- Clean and easy to use interface
- Set a slight pause on punctuation, long words, ends of sentences, or ends of paragraphs
- Display multiple words at a time
- Estimated reading time and words remaining display
- Day and night reading modes
- Configurable key bindings
- Serif and sans-serif font options
- Minimap that gives you a quick overview of where you are in the text
- Contextualizer that displays the sentence of the current word
- Nearly all features are customizable and can be triggered on or off                    

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

ชื่อ Speedr Speedr
ID hfjhpbfgpdpabglemibbfaccbngfmgik
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/speedr/hfjhpbfgpdpabglemibbfaccbngfmgik
คำอธิบาย A Beautiful, Highly Configurable Speed Reading Extension
ขนาดไฟล์ 577 KB
จำนวนการติดตั้ง 884
เวอร์ชันปัจจุบัน 0.4.2
อัปเดตครั้งล่าสุด 2015-03-09
วันที่เผยแพร่ 2015-03-09
คะแนน 4.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา http://www.tinynudge.co
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.tinynudge.co/speedr
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.4.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Speedr",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/speedr.css"
            ],
            "js": [
                "scripts\/speedr.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/*.svg",
        "fonts\/*.ttf"
    ]
}