TypeSpeed

Tells you how fast you type

TypeSpeedคืออะไร?

TypeSpeed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Foulack Ruacien และคุณลักษณะหลักของมันคือ "Tells you how fast you type"

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

screenshot

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

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

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

                        This extension will tell you how fast you type in Words Per Minute (WPM) during your regular browsing activities.  

KNOWN PROBLEMS: Does not detect WPM when typing in the Chrome omnibox,nor in Google Docs.  However, it will work on Microsoft OneDrive online word document editing.

******************************
In browser typing speed,in-browser,test,wpm,information,how fast do I type,fun typing tool tools                    

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

ชื่อ TypeSpeed TypeSpeed
ID lcjpaegcgeiiidkmioidiabdljehcfno
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/typespeed/lcjpaegcgeiiidkmioidiabdljehcfno
คำอธิบาย Tells you how fast you type
ขนาดไฟล์ 5.82 KB
จำนวนการติดตั้ง 907
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2016-01-05
วันที่เผยแพร่ 2016-01-05
คะแนน 1.72/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Foulack Ruacien
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TypeSpeed",
    "description": "Tells you how fast you type",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ]
}