Fast Reader

Speed up your reading!

Fast Readerคืออะไร?

Fast Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dmarch และคุณลักษณะหลักของมันคือ "Speed up your reading!"

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

screenshot

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

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

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

                        This extension will allow you speed up your reading. Just select text on web side and click on icon. You can adjust speed and number of words on line in option.                    

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

ชื่อ Fast Reader Fast Reader
ID okiodagpdhmlhpikmbohgelnmngkhfhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fast-reader/okiodagpdhmlhpikmbohgelnmngkhfhm
คำอธิบาย Speed up your reading!
ขนาดไฟล์ 1.72 MB
จำนวนการติดตั้ง 191
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-06-23
วันที่เผยแพร่ 2013-06-23
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dmarch
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Reader",
    "description": "Speed up your reading!",
    "version": "1.1",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Fast Reader - speed up your reading!"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}