Reading Speed Test

This extension lets you measure your reading speed on any web text.

Reading Speed Testคืออะไร?

Reading Speed Test เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Datea และคุณลักษณะหลักของมันคือ "This extension lets you measure your reading speed on any web text."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Measure your reading speed on any website text you want. 

Easy to use, just select a text, right click on the selection with your mouse and from the menu choose "Reading Speed Test", then read the text and click Done when finished. You will see your results next to the Done button.

See the visual step by step guide in the attached pictures.                    

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

ชื่อ Reading Speed Test Reading Speed Test
ID pbnohmlbddmojbdpbejmdbhphfilofog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reading-speed-test/pbnohmlbddmojbdpbejmdbhphfilofog
คำอธิบาย This extension lets you measure your reading speed on any web text.
ขนาดไฟล์ 21.73 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-01
วันที่เผยแพร่ 2017-01-01
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Datea
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading Speed Test",
    "description": "This extension lets you measure your reading speed on any web text.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_wip10_19.png",
            "38": "icon_wip10_38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_wip10_16.png",
        "32": "icon_wip10_32.png",
        "64": "icon_wip10_64.png",
        "128": "icon_wip10_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "close_16.png"
    ]
}